Home
last modified time | relevance | path

Searched refs:_glptr_PixelZoom (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h5187 typedef void (GLAPIENTRYP _glptr_PixelZoom)(GLfloat, GLfloat); typedef
5190 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()