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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp125 void __indirect_glDeleteLists(void) { } function in typeref:typename:void
812 EXPECT_EQ((_glapi_proc) __indirect_glDeleteLists, table[_gloffset_DeleteLists]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c129 table[4] = (_glapi_proc) __indirect_glDeleteLists;
H A Dindirect.h72 extern _X_HIDDEN void __indirect_glDeleteLists(GLuint list, GLsizei range);
H A Dindirect.c388 void __indirect_glDeleteLists(GLuint list, GLsizei range) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c129 table[4] = (_glapi_proc) __indirect_glDeleteLists;
H A Dindirect.h72 extern _X_HIDDEN void __indirect_glDeleteLists(GLuint list, GLsizei range);
H A Dindirect.c388 void __indirect_glDeleteLists(GLuint list, GLsizei range) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp127 void __indirect_glDeleteLists(GLuint list, GLsizei range) { } function in typeref:typename:void
814 EXPECT_EQ((_glapi_proc) __indirect_glDeleteLists, table[_gloffset_DeleteLists]);

Completed in 51 milliseconds