Searched refs:PixelZoom (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | pointers.c | 295 table->PixelZoom = gl_PixelZoom; in init_exec_pointers() 483 table->PixelZoom = gl_save_PixelZoom; in init_dlist_pointers()
|
H A D | types.h | 467 void (*PixelZoom)( GLcontext *, GLfloat, GLfloat ); member
|
H A D | api.c | 1749 (*CC->API.PixelZoom)(CC, xfactor, yfactor); in _mesa_PixelZoom()
|
H A D | dlist.c | 1822 (*ctx->Exec.PixelZoom)( ctx, xfactor, yfactor ); in gl_save_PixelZoom()
|
/reactos/dll/opengl/opengl32/ |
H A D | glapi_x86.s | 238 USE_GL_FUNC PixelZoom, 246, 8
|
H A D | icd.h | 260 void (GLAPIENTRY * PixelZoom)(GLfloat, GLfloat);
|
H A D | glfuncs.h | 257 USE_GL_FUNC(PixelZoom, (GLfloat xfactor, GLfloat yfactor), (xfactor,yfactor), 246, 8)
|