Searched refs:ZoomX (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_zoom.c | 62 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 …]
|
D | s_copypix.c | 104 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in copy_rgba_pixels() 116 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY); in copy_rgba_pixels() 252 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in copy_depth_pixels() 267 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY); in copy_depth_pixels() 354 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in copy_stencil_pixels() 364 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY); in copy_stencil_pixels() 637 ctx->Pixel.ZoomX != 1.0F || in _swrast_CopyPixels()
|
D | s_drawpix.c | 209 ctx->Pixel.ZoomX != 1.0f || in fast_draw_rgba_pixels() 265 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; in draw_stencil_pixels() 311 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; in draw_depth_pixels() 416 const GLboolean zoom = ctx->Pixel.ZoomX!=1.0 || ctx->Pixel.ZoomY!=1.0; in draw_rgba_pixels() 559 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; in draw_depth_stencil_pixels()
|
/external/mesa3d/src/mesa/main/ |
D | pixel.c | 57 if (ctx->Pixel.ZoomX == xfactor && in _mesa_PixelZoom() 62 ctx->Pixel.ZoomX = xfactor; in _mesa_PixelZoom() 707 ctx->Pixel.ZoomX = 1.0; in _mesa_init_pixel()
|
D | image.c | 602 ASSERT(ctx->Pixel.ZoomX == 1.0F); in _mesa_clip_drawpixels()
|
D | mtypes.h | 1057 GLfloat ZoomX, ZoomY; member
|
D | get.c | 956 { GL_ZOOM_X, CONTEXT_FLOAT(Pixel.ZoomX), NO_EXTRA },
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 149 ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) in do_blit_copypixels()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 149 ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) in do_blit_copypixels()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel_copy.c | 149 ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) in do_blit_copypixels()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 310 ctx->Pixel.ZoomX == 1.0 && /* no zooming */ in can_do_DrawPixels_8R8G8B() 443 ctx->Pixel.ZoomX == 1.0 && /* no zooming */ in can_do_DrawPixels_5R6G5B() 572 ctx->Pixel.ZoomX == 1.0 && /* no zooming */ in can_do_CopyPixels()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 795 x1 = x + width * ctx->Pixel.ZoomX; in draw_textured_quad() 839 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; in draw_stencil_pixels() 1184 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY, in st_DrawPixels() 1342 ctx->Pixel.ZoomX == 1.0 && in blit_copy_pixels() 1629 width, height, ctx->Pixel.ZoomX, ctx->Pixel.ZoomY, in st_CopyPixels()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 2165 const GLfloat dstX1 = dstX + width * ctx->Pixel.ZoomX; in _mesa_meta_CopyPixels() 2231 const GLint tileX = (GLint) (x + i * ctx->Pixel.ZoomX); in tiled_draw_pixels() 2464 const GLfloat x1 = x + width * ctx->Pixel.ZoomX; in _mesa_meta_DrawPixels()
|