Searched refs:_glptr_PixelZoom (Results 1 – 1 of 1) sorted by relevance
4881 typedef void (GLAPIENTRYP _glptr_PixelZoom)(GLfloat, GLfloat); typedef4884 static inline _glptr_PixelZoom GET_PixelZoom(struct _glapi_table *disp) { in GET_PixelZoom()4885 return (_glptr_PixelZoom) (GET_by_offset(disp, _gloffset_PixelZoom)); in GET_PixelZoom()