Lines Matching refs:_glptr_TexImage2D
4987 typedef void (GLAPIENTRYP _glptr_TexImage2D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *);4990 static inline _glptr_TexImage2D GET_TexImage2D(struct _glapi_table *disp) {4991 return (_glptr_TexImage2D) (GET_by_offset(disp, _gloffset_TexImage2D));