Searched refs:_glptr_GetBufferPointerv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 7671 typedef void (GLAPIENTRYP _glptr_GetBufferPointerv)(GLenum, GLenum, GLvoid **); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLvoid **) 7674 static inline _glptr_GetBufferPointerv GET_GetBufferPointerv(struct _glapi_table *disp) { 7675 return (_glptr_GetBufferPointerv) (GET_by_offset(disp, _gloffset_GetBufferPointerv));
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 8144 typedef void (GLAPIENTRYP _glptr_GetBufferPointerv)(GLenum, GLenum, GLvoid **); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLvoid **) 8147 static inline _glptr_GetBufferPointerv GET_GetBufferPointerv(struct _glapi_table *disp) { 8148 return (_glptr_GetBufferPointerv) (GET_by_offset(disp, _gloffset_GetBufferPointerv)); [all...] |
Completed in 160 milliseconds