Searched refs:_glptr_TexBufferRange (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 12401 typedef void (GLAPIENTRYP _glptr_TexBufferRange)(GLenum, GLenum, GLuint, GLintptr, GLsizeiptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLuint,GLintptr,GLsizeiptr) 12404 static inline _glptr_TexBufferRange GET_TexBufferRange(struct _glapi_table *disp) { 12405 return (_glptr_TexBufferRange) (GET_by_offset(disp, _gloffset_TexBufferRange)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 12874 typedef void (GLAPIENTRYP _glptr_TexBufferRange)(GLenum, GLenum, GLuint, GLintptr, GLsizeiptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLuint,GLintptr,GLsizeiptr) 12877 static inline _glptr_TexBufferRange GET_TexBufferRange(struct _glapi_table *disp) { 12878 return (_glptr_TexBufferRange) (GET_by_offset(disp, _gloffset_TexBufferRange)); [all...] |
Completed in 157 milliseconds