Searched refs:_glptr_MapBufferRange (Results 1 – 1 of 1) sorted by relevance
8555 typedef GLvoid * (GLAPIENTRYP _glptr_MapBufferRange)(GLenum, GLintptr, GLsizeiptr, GLbitfield); typedef8558 static inline _glptr_MapBufferRange GET_MapBufferRange(struct _glapi_table *disp) { in GET_MapBufferRange()8559 return (_glptr_MapBufferRange) (GET_by_offset(disp, _gloffset_MapBufferRange)); in GET_MapBufferRange()