Searched refs:_glptr_TexSubImage2D (Results 1 – 1 of 1) sorted by relevance
5838 typedef void (GLAPIENTRYP _glptr_TexSubImage2D)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLen… typedef5841 static inline _glptr_TexSubImage2D GET_TexSubImage2D(struct _glapi_table *disp) { in GET_TexSubImage2D()5842 return (_glptr_TexSubImage2D) (GET_by_offset(disp, _gloffset_TexSubImage2D)); in GET_TexSubImage2D()