Searched refs:_glptr_CopyTexSubImage2D (Results 1 – 1 of 1) sorted by relevance
6067 typedef void (GLAPIENTRYP _glptr_CopyTexSubImage2D)(GLenum, GLint, GLint, GLint, GLint, GLint, GLsi… typedef6070 static inline _glptr_CopyTexSubImage2D GET_CopyTexSubImage2D(struct _glapi_table *disp) { in GET_CopyTexSubImage2D()6071 return (_glptr_CopyTexSubImage2D) (GET_by_offset(disp, _gloffset_CopyTexSubImage2D)); in GET_CopyTexSubImage2D()