Home
last modified time | relevance | path

Searched refs:_glptr_TextureBufferRange (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h13514 typedef void (GLAPIENTRYP _glptr_TextureBufferRange)(GLuint, GLenum, GLuint, GLintptr, GLsizeiptr); typedef
13517 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()