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

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dindirect_api.cpp93 void __indirect_glColor3d(void) { } function
776 EXPECT_EQ((_glapi_proc) __indirect_glColor3d, table[_gloffset_Color3d]);
/external/mesa3d/src/glx/tests/
H A Dindirect_api.cpp93 void __indirect_glColor3d(void) { } function
776 EXPECT_EQ((_glapi_proc) __indirect_glColor3d, table[_gloffset_Color3d]);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect_init.c92 table[11] = (_glapi_proc) __indirect_glColor3d;
H A Dindirect.h79 extern _X_HIDDEN void __indirect_glColor3d(GLdouble red, GLdouble green, GLdouble blue);
H A Dindirect.c500 void __indirect_glColor3d(GLdouble red, GLdouble green, GLdouble blue) function

Completed in 204 milliseconds