Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Dpointers.c295 table->PixelZoom = gl_PixelZoom; in init_exec_pointers()
483 table->PixelZoom = gl_save_PixelZoom; in init_dlist_pointers()
H A Dtypes.h467 void (*PixelZoom)( GLcontext *, GLfloat, GLfloat ); member
H A Dapi.c1749 (*CC->API.PixelZoom)(CC, xfactor, yfactor); in _mesa_PixelZoom()
H A Ddlist.c1822 (*ctx->Exec.PixelZoom)( ctx, xfactor, yfactor ); in gl_save_PixelZoom()
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s238 USE_GL_FUNC PixelZoom, 246, 8
H A Dicd.h260 void (GLAPIENTRY * PixelZoom)(GLfloat, GLfloat);
H A Dglfuncs.h257 USE_GL_FUNC(PixelZoom, (GLfloat xfactor, GLfloat yfactor), (xfactor,yfactor), 246, 8)