Searched refs:_glptr_DebugMessageInsert (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 15294 typedef void (GLAPIENTRYP _glptr_DebugMessageInsert)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLuint,GLenum,GLsizei,const GLchar *) 15297 static inline _glptr_DebugMessageInsert GET_DebugMessageInsert(struct _glapi_table *disp) { 15298 return (_glptr_DebugMessageInsert) (GET_by_offset(disp, _gloffset_DebugMessageInsert)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 15767 typedef void (GLAPIENTRYP _glptr_DebugMessageInsert)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLuint,GLenum,GLsizei,const GLchar *) 15770 static inline _glptr_DebugMessageInsert GET_DebugMessageInsert(struct _glapi_table *disp) { 15771 return (_glptr_DebugMessageInsert) (GET_by_offset(disp, _gloffset_DebugMessageInsert)); [all...] |
Completed in 101 milliseconds