Searched refs:__indirect_glNormal3fv (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp237 void __indirect_glNormal3fv(void) { } function in typeref:typename:void
924 EXPECT_EQ((_glapi_proc) __indirect_glNormal3fv, table[_gloffset_Normal3fv]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c241 table[57] = (_glapi_proc) __indirect_glNormal3fv;
H A Dindirect.h125 extern _X_HIDDEN void __indirect_glNormal3fv(const GLfloat * v);
H A Dindirect.c974 void __indirect_glNormal3fv(const GLfloat * v) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c241 table[57] = (_glapi_proc) __indirect_glNormal3fv;
H A Dindirect.h125 extern _X_HIDDEN void __indirect_glNormal3fv(const GLfloat * v);
H A Dindirect.c974 void __indirect_glNormal3fv(const GLfloat * v) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp239 void __indirect_glNormal3fv(const GLfloat *v) { } function in typeref:typename:void
926 EXPECT_EQ((_glapi_proc) __indirect_glNormal3fv, table[_gloffset_Normal3fv]);

Completed in 54 milliseconds