Searched refs:xfactor (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | pixel.h | 53 extern void gl_PixelZoom( GLcontext *ctx, GLfloat xfactor, GLfloat yfactor );
|
H A D | pixel.c | 112 void gl_PixelZoom( GLcontext *ctx, GLfloat xfactor, GLfloat yfactor ) in gl_PixelZoom() argument 118 ctx->Pixel.ZoomX = xfactor; in gl_PixelZoom()
|
H A D | dlist.h | 321 GLfloat xfactor, GLfloat yfactor );
|
H A D | dlist.c | 1814 void gl_save_PixelZoom( GLcontext *ctx, GLfloat xfactor, GLfloat yfactor ) in gl_save_PixelZoom() argument 1818 n[1].f = xfactor; in gl_save_PixelZoom() 1822 (*ctx->Exec.PixelZoom)( ctx, xfactor, yfactor ); in gl_save_PixelZoom()
|
H A D | api.c | 1746 void APIENTRY _mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor ) in _mesa_PixelZoom() argument 1749 (*CC->API.PixelZoom)(CC, xfactor, yfactor); in _mesa_PixelZoom()
|
/reactos/dll/opengl/opengl32/ |
H A D | glfuncs.h | 257 USE_GL_FUNC(PixelZoom, (GLfloat xfactor, GLfloat yfactor), (xfactor,yfactor), 246, 8)
|
/reactos/sdk/include/GL/ |
H A D | gl.h | 1220 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
|
/reactos/sdk/include/reactos/wine/ |
H A D | wgl.h | 5303 void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
|
H A D | wgl_driver.h | 231 void (WINE_GLAPI *p_glPixelZoom)( GLfloat xfactor, GLfloat yfactor ); 1885 void (WINE_GLAPI *p_glPixelZoomxOES)( GLfixed xfactor, GLfixed yfactor );
|