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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp236 void __indirect_glNormal3f(void) { } function in typeref:typename:void
923 EXPECT_EQ((_glapi_proc) __indirect_glNormal3f, table[_gloffset_Normal3f]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c240 table[56] = (_glapi_proc) __indirect_glNormal3f;
H A Dindirect.h124 extern _X_HIDDEN void __indirect_glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
H A Dindirect.c961 void __indirect_glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c240 table[56] = (_glapi_proc) __indirect_glNormal3f;
H A Dindirect.h124 extern _X_HIDDEN void __indirect_glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
H A Dindirect.c961 void __indirect_glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp238 void __indirect_glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) { } function in typeref:typename:void
925 EXPECT_EQ((_glapi_proc) __indirect_glNormal3f, table[_gloffset_Normal3f]);

Completed in 60 milliseconds