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