Searched refs:_glptr_TexImage2D (Results 1 – 1 of 1) sorted by relevance
4188 typedef void (GLAPIENTRYP _glptr_TexImage2D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum,… typedef4191 static inline _glptr_TexImage2D GET_TexImage2D(struct _glapi_table *disp) { in GET_TexImage2D()4192 return (_glptr_TexImage2D) (GET_by_offset(disp, _gloffset_TexImage2D)); in GET_TexImage2D()