Searched refs:_glptr_DebugMessageControl (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 15283 typedef void (GLAPIENTRYP _glptr_DebugMessageControl)(GLenum, GLenum, GLenum, GLsizei, const GLuint *, GLboolean); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLenum,GLsizei,const GLuint *,GLboolean) 15286 static inline _glptr_DebugMessageControl GET_DebugMessageControl(struct _glapi_table *disp) { 15287 return (_glptr_DebugMessageControl) (GET_by_offset(disp, _gloffset_DebugMessageControl)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 15756 typedef void (GLAPIENTRYP _glptr_DebugMessageControl)(GLenum, GLenum, GLenum, GLsizei, const GLuint *, GLboolean); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLenum,GLsizei,const GLuint *,GLboolean) 15759 static inline _glptr_DebugMessageControl GET_DebugMessageControl(struct _glapi_table *disp) { 15760 return (_glptr_DebugMessageControl) (GET_by_offset(disp, _gloffset_DebugMessageControl)); [all...] |
Completed in 103 milliseconds