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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp158 void __indirect_glGenLists(void) { } function in typeref:typename:void
845 EXPECT_EQ((_glapi_proc) __indirect_glGenLists, table[_gloffset_GenLists]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c162 table[5] = (_glapi_proc) __indirect_glGenLists;
H A Dindirect.h73 extern _X_HIDDEN GLuint __indirect_glGenLists(GLsizei range);
H A Dindirect.c411 GLuint __indirect_glGenLists(GLsizei range) function in typeref:typename:GLuint
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c162 table[5] = (_glapi_proc) __indirect_glGenLists;
H A Dindirect.h73 extern _X_HIDDEN GLuint __indirect_glGenLists(GLsizei range);
H A Dindirect.c411 GLuint __indirect_glGenLists(GLsizei range) function in typeref:typename:GLuint
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp160 void __indirect_glGenLists(GLsizei range) { } function in typeref:typename:void
847 EXPECT_EQ((_glapi_proc) __indirect_glGenLists, table[_gloffset_GenLists]);

Completed in 116 milliseconds