Searched refs:_glptr_TextureImage1DEXT (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 18869 typedef void (GLAPIENTRYP _glptr_TextureImage1DEXT)(GLuint, GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLint,GLint,GLsizei,GLint,GLenum,GLenum,const GLvoid *) 18872 static inline _glptr_TextureImage1DEXT GET_TextureImage1DEXT(struct _glapi_table *disp) { 18873 return (_glptr_TextureImage1DEXT) (GET_by_offset(disp, _gloffset_TextureImage1DEXT)); [all...] |
Completed in 87 milliseconds