Searched refs:__indirect_glColor3ub (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dindirect_api.cpp101 void __indirect_glColor3ub(void) { } function
784 EXPECT_EQ((_glapi_proc) __indirect_glColor3ub, table[_gloffset_Color3ub]);
/external/mesa3d/src/glx/tests/
H A Dindirect_api.cpp101 void __indirect_glColor3ub(void) { } function
784 EXPECT_EQ((_glapi_proc) __indirect_glColor3ub, table[_gloffset_Color3ub]);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect_init.c100 table[19] = (_glapi_proc) __indirect_glColor3ub;
H A Dindirect.h87 extern _X_HIDDEN void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue);
H A Dindirect.c576 void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue) function

Completed in 170 milliseconds