Searched refs:_glptr_PushDebugGroup (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h15371 typedef void (GLAPIENTRYP _glptr_PushDebugGroup)(GLenum, GLuint, GLsizei, const GLchar *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint,GLsizei,const GLchar *)
15374 static inline _glptr_PushDebugGroup GET_PushDebugGroup(struct _glapi_table *disp) {
15375 return (_glptr_PushDebugGroup) (GET_by_offset(disp, _gloffset_PushDebugGroup));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h15844 typedef void (GLAPIENTRYP _glptr_PushDebugGroup)(GLenum, GLuint, GLsizei, const GLchar *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint,GLsizei,const GLchar *)
15847 static inline _glptr_PushDebugGroup GET_PushDebugGroup(struct _glapi_table *disp) {
15848 return (_glptr_PushDebugGroup) (GET_by_offset(disp, _gloffset_PushDebugGroup));
[all...]

Completed in 108 milliseconds