Searched refs:__indirect_glDisable (Results 1 - 8 of 8) sorted by last modified time

/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect.h282 extern _X_HIDDEN void __indirect_glDisable(GLenum cap);
H A Dindirect_init.c133 table[214] = (_glapi_proc) __indirect_glDisable;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp131 void __indirect_glDisable(GLenum cap) { } function in typeref:typename:void
818 EXPECT_EQ((_glapi_proc) __indirect_glDisable, table[_gloffset_Disable]);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Drender2.c357 __indirect_glDisable(GLenum cap) function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect.h282 extern _X_HIDDEN void __indirect_glDisable(GLenum cap);
H A Dindirect_init.c133 table[214] = (_glapi_proc) __indirect_glDisable;
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Drender2.c357 __indirect_glDisable(GLenum cap) function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp129 void __indirect_glDisable(void) { } function in typeref:typename:void
816 EXPECT_EQ((_glapi_proc) __indirect_glDisable, table[_gloffset_Disable]);

Completed in 32 milliseconds