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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h13534 typedef void (GLAPIENTRYP _glptr_TextureBufferRange)(GLuint, GLenum, GLuint, GLintptr, GLsizeiptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLuint,GLintptr,GLsizeiptr)
13537 static inline _glptr_TextureBufferRange GET_TextureBufferRange(struct _glapi_table *disp) {
13538 return (_glptr_TextureBufferRange) (GET_by_offset(disp, _gloffset_TextureBufferRange));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h14007 typedef void (GLAPIENTRYP _glptr_TextureBufferRange)(GLuint, GLenum, GLuint, GLintptr, GLsizeiptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLuint,GLintptr,GLsizeiptr)
14010 static inline _glptr_TextureBufferRange GET_TextureBufferRange(struct _glapi_table *disp) {
14011 return (_glptr_TextureBufferRange) (GET_by_offset(disp, _gloffset_TextureBufferRange));
[all...]

Completed in 180 milliseconds