Lines Matching refs:_glptr_TexImage3D
7055 typedef void (GLAPIENTRYP _glptr_TexImage3D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *);
7058 static inline _glptr_TexImage3D GET_TexImage3D(struct _glapi_table *disp) {
7059 return (_glptr_TexImage3D) (GET_by_offset(disp, _gloffset_TexImage3D));