Searched refs:_glptr_TextureView (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 12192 typedef void (GLAPIENTRYP _glptr_TextureView)(GLuint, GLenum, GLuint, GLenum, GLuint, GLuint, GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLuint,GLenum,GLuint,GLuint,GLuint,GLuint) 12195 static inline _glptr_TextureView GET_TextureView(struct _glapi_table *disp) { 12196 return (_glptr_TextureView) (GET_by_offset(disp, _gloffset_TextureView)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 12665 typedef void (GLAPIENTRYP _glptr_TextureView)(GLuint, GLenum, GLuint, GLenum, GLuint, GLuint, GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLuint,GLenum,GLuint,GLuint,GLuint,GLuint) 12668 static inline _glptr_TextureView GET_TextureView(struct _glapi_table *disp) { 12669 return (_glptr_TextureView) (GET_by_offset(disp, _gloffset_TextureView)); [all...] |
Completed in 104 milliseconds