Searched refs:_glptr_MapBufferRange (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h10003 typedef GLvoid * (GLAPIENTRYP _glptr_MapBufferRange)(GLenum, GLintptr, GLsizeiptr, GLbitfield); typedef in typeref:typename:GLvoid * (GLAPIENTRYP)(GLenum,GLintptr,GLsizeiptr,GLbitfield)
10006 static inline _glptr_MapBufferRange GET_MapBufferRange(struct _glapi_table *disp) {
10007 return (_glptr_MapBufferRange) (GET_by_offset(disp, _gloffset_MapBufferRange));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10476 typedef GLvoid * (GLAPIENTRYP _glptr_MapBufferRange)(GLenum, GLintptr, GLsizeiptr, GLbitfield); typedef in typeref:typename:GLvoid * (GLAPIENTRYP)(GLenum,GLintptr,GLsizeiptr,GLbitfield)
10479 static inline _glptr_MapBufferRange GET_MapBufferRange(struct _glapi_table *disp) {
10480 return (_glptr_MapBufferRange) (GET_by_offset(disp, _gloffset_MapBufferRange));
[all...]

Completed in 142 milliseconds