HomeSort by relevance Sort by last modified time
    Searched refs:__indirect_glColor3d (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/tests/
indirect_api.cpp 93 void __indirect_glColor3d(void) { }
776 EXPECT_EQ((_glapi_proc) __indirect_glColor3d, table[_gloffset_Color3d]);
    [all...]
  /external/mesa3d/src/glx/tests/
indirect_api.cpp 93 void __indirect_glColor3d(void) { }
776 EXPECT_EQ((_glapi_proc) __indirect_glColor3d, table[_gloffset_Color3d]);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect_init.c 92 table[11] = (_glapi_proc) __indirect_glColor3d;
    [all...]
indirect.h 79 extern _X_HIDDEN void __indirect_glColor3d(GLdouble red, GLdouble green, GLdouble blue);
    [all...]
indirect.c 500 void __indirect_glColor3d(GLdouble red, GLdouble green, GLdouble blue)
    [all...]

Completed in 591 milliseconds