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

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dindirect_api.cpp236 void __indirect_glNormal3d(void) { } function
919 EXPECT_EQ((_glapi_proc) __indirect_glNormal3d, table[_gloffset_Normal3d]);
/external/mesa3d/src/glx/tests/
H A Dindirect_api.cpp236 void __indirect_glNormal3d(void) { } function
919 EXPECT_EQ((_glapi_proc) __indirect_glNormal3d, table[_gloffset_Normal3d]);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect_init.c235 table[54] = (_glapi_proc) __indirect_glNormal3d;
H A Dindirect.h122 extern _X_HIDDEN void __indirect_glNormal3d(GLdouble nx, GLdouble ny, GLdouble nz);
H A Dindirect.c917 void __indirect_glNormal3d(GLdouble nx, GLdouble ny, GLdouble nz) function

Completed in 2626 milliseconds