Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_zoom.c62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
215 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
225 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
235 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
247 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
260 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
273 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
287 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
384 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - spanX; in _swrast_write_zoomed_stencil_span()
[all …]
Ds_copypix.c93 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in copy_rgba_pixels()
105 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY); in copy_rgba_pixels()
241 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in copy_depth_pixels()
256 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY); in copy_depth_pixels()
343 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in copy_stencil_pixels()
353 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY); in copy_stencil_pixels()
629 ctx->Pixel.ZoomX != 1.0F || in _swrast_CopyPixels()
Ds_drawpix.c218 ctx->Pixel.ZoomX != 1.0f || in fast_draw_rgba_pixels()
275 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in draw_stencil_pixels()
321 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0f || ctx->Pixel.ZoomY != 1.0f; in draw_depth_pixels()
426 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in draw_rgba_pixels()
615 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in draw_depth_stencil_pixels()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c113 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) { in intel_check_blit_fragment_ops()
Dintel_pixel_copy.c142 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) { in do_blit_copypixels()
/external/mesa3d/src/mesa/main/
Dpixel.c50 if (ctx->Pixel.ZoomX == xfactor && in _mesa_PixelZoom()
55 ctx->Pixel.ZoomX = xfactor; in _mesa_PixelZoom()
657 ctx->Pixel.ZoomX = 1.0; in _mesa_init_pixel()
Dimage.c616 assert(ctx->Pixel.ZoomX == 1.0F); in _mesa_clip_drawpixels()
Dmtypes.h754 GLfloat ZoomX, ZoomY; member
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_copy.c138 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) { in do_blit_copypixels()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c311 ctx->Pixel.ZoomX == 1.0 && /* no zooming */ in can_do_DrawPixels_8R8G8B()
442 ctx->Pixel.ZoomX == 1.0 && /* no zooming */ in can_do_DrawPixels_5R6G5B()
569 ctx->Pixel.ZoomX == 1.0 && /* no zooming */ in can_do_CopyPixels()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c914 x1 = x + width * ctx->Pixel.ZoomX; in draw_textured_quad()
960 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; in draw_stencil_pixels()
1424 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY, in st_DrawPixels()
1566 if (ctx->Pixel.ZoomX == 1.0 && in blit_copy_pixels()
1960 width, height, ctx->Pixel.ZoomX, ctx->Pixel.ZoomY, in st_CopyPixels()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1854 const GLfloat dstX1 = dstX + width * ctx->Pixel.ZoomX; in _mesa_meta_CopyPixels()
1959 const GLint tileX = (GLint) (x + i * ctx->Pixel.ZoomX); in tiled_draw_pixels()
2194 const GLfloat x1 = x + width * ctx->Pixel.ZoomX; in _mesa_meta_DrawPixels()