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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp130 void __indirect_glDrawBuffer(void) { } function in typeref:typename:void
817 EXPECT_EQ((_glapi_proc) __indirect_glDrawBuffer, table[_gloffset_DrawBuffer]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c134 table[202] = (_glapi_proc) __indirect_glDrawBuffer;
H A Dindirect.h270 extern _X_HIDDEN void __indirect_glDrawBuffer(GLenum mode);
H A Dindirect.c2601 void __indirect_glDrawBuffer(GLenum mode) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c134 table[202] = (_glapi_proc) __indirect_glDrawBuffer;
H A Dindirect.h270 extern _X_HIDDEN void __indirect_glDrawBuffer(GLenum mode);
H A Dindirect.c2601 void __indirect_glDrawBuffer(GLenum mode) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp132 void __indirect_glDrawBuffer(GLenum mode) { } function in typeref:typename:void
819 EXPECT_EQ((_glapi_proc) __indirect_glDrawBuffer, table[_gloffset_DrawBuffer]);

Completed in 53 milliseconds