Searched refs:_glptr_ClearBufferiv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 8859 typedef void (GLAPIENTRYP _glptr_ClearBufferiv)(GLenum, GLint, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint,const GLint *) 8862 static inline _glptr_ClearBufferiv GET_ClearBufferiv(struct _glapi_table *disp) { 8863 return (_glptr_ClearBufferiv) (GET_by_offset(disp, _gloffset_ClearBufferiv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 9332 typedef void (GLAPIENTRYP _glptr_ClearBufferiv)(GLenum, GLint, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint,const GLint *) 9335 static inline _glptr_ClearBufferiv GET_ClearBufferiv(struct _glapi_table *disp) { 9336 return (_glptr_ClearBufferiv) (GET_by_offset(disp, _gloffset_ClearBufferiv)); [all...] |
Completed in 209 milliseconds