Searched refs:_glptr_GetTexImage (Results 1 – 1 of 1) sorted by relevance
5572 typedef void (GLAPIENTRYP _glptr_GetTexImage)(GLenum, GLint, GLenum, GLenum, GLvoid *); typedef5575 static inline _glptr_GetTexImage GET_GetTexImage(struct _glapi_table *disp) { in GET_GetTexImage()5576 return (_glptr_GetTexImage) (GET_by_offset(disp, _gloffset_GetTexImage)); in GET_GetTexImage()