Searched refs:_glptr_BindBufferRange (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 8804 typedef void (GLAPIENTRYP _glptr_BindBufferRange)(GLenum, GLuint, GLuint, GLintptr, GLsizeiptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint,GLuint,GLintptr,GLsizeiptr) 8807 static inline _glptr_BindBufferRange GET_BindBufferRange(struct _glapi_table *disp) { 8808 return (_glptr_BindBufferRange) (GET_by_offset(disp, _gloffset_BindBufferRange)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 9277 typedef void (GLAPIENTRYP _glptr_BindBufferRange)(GLenum, GLuint, GLuint, GLintptr, GLsizeiptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint,GLuint,GLintptr,GLsizeiptr) 9280 static inline _glptr_BindBufferRange GET_BindBufferRange(struct _glapi_table *disp) { 9281 return (_glptr_BindBufferRange) (GET_by_offset(disp, _gloffset_BindBufferRange)); [all...] |
Completed in 128 milliseconds