Searched refs:_glptr_CopyTexSubImage3D (Results 1 – 1 of 1) sorted by relevance
6278 typedef void (GLAPIENTRYP _glptr_CopyTexSubImage3D)(GLenum, GLint, GLint, GLint, GLint, GLint, GLin… typedef6281 static inline _glptr_CopyTexSubImage3D GET_CopyTexSubImage3D(struct _glapi_table *disp) { in GET_CopyTexSubImage3D()6282 return (_glptr_CopyTexSubImage3D) (GET_by_offset(disp, _gloffset_CopyTexSubImage3D)); in GET_CopyTexSubImage3D()