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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp232 void __indirect_glNormal3b(void) { } function in typeref:typename:void
919 EXPECT_EQ((_glapi_proc) __indirect_glNormal3b, table[_gloffset_Normal3b]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c236 table[52] = (_glapi_proc) __indirect_glNormal3b;
H A Dindirect.h120 extern _X_HIDDEN void __indirect_glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz);
H A Dindirect.c923 void __indirect_glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c236 table[52] = (_glapi_proc) __indirect_glNormal3b;
H A Dindirect.h120 extern _X_HIDDEN void __indirect_glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz);
H A Dindirect.c923 void __indirect_glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp234 void __indirect_glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz) { } function in typeref:typename:void
921 EXPECT_EQ((_glapi_proc) __indirect_glNormal3b, table[_gloffset_Normal3b]);

Completed in 166 milliseconds