Searched refs:yfactor (Results 1 – 6 of 6) sorted by relevance
51 _mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor ) in _mesa_PixelZoom() argument58 ctx->Pixel.ZoomY == yfactor) in _mesa_PixelZoom()63 ctx->Pixel.ZoomY = yfactor; in _mesa_PixelZoom()
3265 save_PixelZoom(GLfloat xfactor, GLfloat yfactor) in save_PixelZoom() argument3273 n[2].f = yfactor; in save_PixelZoom()3276 CALL_PixelZoom(ctx->Exec, (xfactor, yfactor)); in save_PixelZoom()
234 int yfactor = cvtest::randInt(rng) % 10 + 1; in get_test_array_types_and_sizes() local237 yfactor = xfactor; in get_test_array_types_and_sizes()241 sz.height = sizes[INPUT][0].height / yfactor; in get_test_array_types_and_sizes()244 sizes[INPUT][0].height = sz.height * yfactor; in get_test_array_types_and_sizes()
203 double xfactor, double yfactor, int interpolation ))
619 double xfactor, double yfactor, int interpolation );
1219 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );