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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp240 void __indirect_glNormal3s(void) { } function in typeref:typename:void
927 EXPECT_EQ((_glapi_proc) __indirect_glNormal3s, table[_gloffset_Normal3s]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c244 table[60] = (_glapi_proc) __indirect_glNormal3s;
H A Dindirect.h128 extern _X_HIDDEN void __indirect_glNormal3s(GLshort nx, GLshort ny, GLshort nz);
H A Dindirect.c999 void __indirect_glNormal3s(GLshort nx, GLshort ny, GLshort nz) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c244 table[60] = (_glapi_proc) __indirect_glNormal3s;
H A Dindirect.h128 extern _X_HIDDEN void __indirect_glNormal3s(GLshort nx, GLshort ny, GLshort nz);
H A Dindirect.c999 void __indirect_glNormal3s(GLshort nx, GLshort ny, GLshort nz) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp242 void __indirect_glNormal3s(GLshort nx, GLshort ny, GLshort nz) { } function in typeref:typename:void
929 EXPECT_EQ((_glapi_proc) __indirect_glNormal3s, table[_gloffset_Normal3s]);

Completed in 51 milliseconds