Searched refs:_glptr_ClearBufferfi (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 8837 typedef void (GLAPIENTRYP _glptr_ClearBufferfi)(GLenum, GLint, GLfloat, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint,GLfloat,GLint) 8840 static inline _glptr_ClearBufferfi GET_ClearBufferfi(struct _glapi_table *disp) { 8841 return (_glptr_ClearBufferfi) (GET_by_offset(disp, _gloffset_ClearBufferfi)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 9310 typedef void (GLAPIENTRYP _glptr_ClearBufferfi)(GLenum, GLint, GLfloat, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint,GLfloat,GLint) 9313 static inline _glptr_ClearBufferfi GET_ClearBufferfi(struct _glapi_table *disp) { 9314 return (_glptr_ClearBufferfi) (GET_by_offset(disp, _gloffset_ClearBufferfi)); [all...] |
Completed in 110 milliseconds