Lines Matching refs:_glptr_TexSubImage1D
6626 typedef void (GLAPIENTRYP _glptr_TexSubImage1D)(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *);6629 static inline _glptr_TexSubImage1D GET_TexSubImage1D(struct _glapi_table *disp) {6630 return (_glptr_TexSubImage1D) (GET_by_offset(disp, _gloffset_TexSubImage1D));