Lines Matching refs:_glptr_TexImage1D
4976 typedef void (GLAPIENTRYP _glptr_TexImage1D)(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid *);4979 static inline _glptr_TexImage1D GET_TexImage1D(struct _glapi_table *disp) {4980 return (_glptr_TexImage1D) (GET_by_offset(disp, _gloffset_TexImage1D));