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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp260 void __indirect_glPushName(void) { } function in typeref:typename:void
947 EXPECT_EQ((_glapi_proc) __indirect_glPushName, table[_gloffset_PushName]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c264 table[201] = (_glapi_proc) __indirect_glPushName;
H A Dindirect.h269 extern _X_HIDDEN void __indirect_glPushName(GLuint name);
H A Dindirect.c2590 void __indirect_glPushName(GLuint name) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c264 table[201] = (_glapi_proc) __indirect_glPushName;
H A Dindirect.h269 extern _X_HIDDEN void __indirect_glPushName(GLuint name);
H A Dindirect.c2590 void __indirect_glPushName(GLuint name) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp262 void __indirect_glPushName(GLuint name) { } function in typeref:typename:void
949 EXPECT_EQ((_glapi_proc) __indirect_glPushName, table[_gloffset_PushName]);

Completed in 50 milliseconds