Searched refs:_glptr_GetTextureImage (Results 1 – 1 of 1) sorted by relevance
13184 typedef void (GLAPIENTRYP _glptr_GetTextureImage)(GLuint, GLint, GLenum, GLenum, GLsizei, GLvoid *); typedef13187 static inline _glptr_GetTextureImage GET_GetTextureImage(struct _glapi_table *disp) { in GET_GetTextureImage()13188 return (_glptr_GetTextureImage) (GET_by_offset(disp, _gloffset_GetTextureImage)); in GET_GetTextureImage()