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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp214 void __indirect_glLoadName(void) { } function in typeref:typename:void
901 EXPECT_EQ((_glapi_proc) __indirect_glLoadName, table[_gloffset_LoadName]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c218 table[198] = (_glapi_proc) __indirect_glLoadName;
H A Dindirect.h266 extern _X_HIDDEN void __indirect_glLoadName(GLuint name);
H A Dindirect.c2558 void __indirect_glLoadName(GLuint name) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c218 table[198] = (_glapi_proc) __indirect_glLoadName;
H A Dindirect.h266 extern _X_HIDDEN void __indirect_glLoadName(GLuint name);
H A Dindirect.c2558 void __indirect_glLoadName(GLuint name) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp216 void __indirect_glLoadName(GLuint name) { } function in typeref:typename:void
903 EXPECT_EQ((_glapi_proc) __indirect_glLoadName, table[_gloffset_LoadName]);

Completed in 50 milliseconds