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