Searched refs:_glptr_TextureBufferRange (Results 1 – 1 of 1) sorted by relevance
13514 typedef void (GLAPIENTRYP _glptr_TextureBufferRange)(GLuint, GLenum, GLuint, GLintptr, GLsizeiptr); typedef13517 static inline _glptr_TextureBufferRange GET_TextureBufferRange(struct _glapi_table *disp) { in GET_TextureBufferRange()13518 return (_glptr_TextureBufferRange) (GET_by_offset(disp, _gloffset_TextureBufferRange)); in GET_TextureBufferRange()