Searched refs:_glptr_CopyPixels (Results 1 – 1 of 1) sorted by relevance
4980 typedef void (GLAPIENTRYP _glptr_CopyPixels)(GLint, GLint, GLsizei, GLsizei, GLenum); typedef4983 static inline _glptr_CopyPixels GET_CopyPixels(struct _glapi_table *disp) { in GET_CopyPixels()4984 return (_glptr_CopyPixels) (GET_by_offset(disp, _gloffset_CopyPixels)); in GET_CopyPixels()