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

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dindirect_api.cpp366 void __indirect_glVertex3d(void) { } function
1049 EXPECT_EQ((_glapi_proc) __indirect_glVertex3d, table[_gloffset_Vertex3d]);
/external/mesa3d/src/glx/tests/
H A Dindirect_api.cpp366 void __indirect_glVertex3d(void) { } function
1049 EXPECT_EQ((_glapi_proc) __indirect_glVertex3d, table[_gloffset_Vertex3d]);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect_init.c365 table[134] = (_glapi_proc) __indirect_glVertex3d;
H A Dindirect.h202 extern _X_HIDDEN void __indirect_glVertex3d(GLdouble x, GLdouble y, GLdouble z);
H A Dindirect.c1698 void __indirect_glVertex3d(GLdouble x, GLdouble y, GLdouble z) function

Completed in 223 milliseconds