Searched refs:_glptr_TextureSubImage1DEXT (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 18902 typedef void (GLAPIENTRYP _glptr_TextureSubImage1DEXT)(GLuint, GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLint,GLint,GLsizei,GLenum,GLenum,const GLvoid *) 18905 static inline _glptr_TextureSubImage1DEXT GET_TextureSubImage1DEXT(struct _glapi_table *disp) { 18906 return (_glptr_TextureSubImage1DEXT) (GET_by_offset(disp, _gloffset_TextureSubImage1DEXT)); [all...] |
Completed in 57 milliseconds