Home
last modified time | relevance | path

Searched refs:ZoomY (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/swrast/
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()
627 ctx->Pixel.ZoomY != 1.0F || in _swrast_CopyPixels()
Ds_drawpix.c77 if (ctx->Pixel.ZoomY == -1.0f) { in fast_draw_rgb_ubyte_pixels()
124 if (ctx->Pixel.ZoomY == -1.0f) { in fast_draw_rgba_ubyte_pixels()
174 if (ctx->Pixel.ZoomY == -1.0f) { in fast_draw_generic_pixels()
212 fabsf(ctx->Pixel.ZoomY) != 1.0f || in fast_draw_rgba_pixels()
267 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in draw_stencil_pixels()
313 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0f || ctx->Pixel.ZoomY != 1.0f; in draw_depth_pixels()
418 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in draw_rgba_pixels()
607 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in draw_depth_stencil_pixels()
Ds_zoom.c78 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY); in compute_zoomed_bounds()
79 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY); in compute_zoomed_bounds()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c116 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) { in intel_check_blit_fragment_ops()
Dintel_pixel_copy.c145 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) { in do_blit_copypixels()
/external/mesa3d/src/mesa/main/
Dpixel.c51 ctx->Pixel.ZoomY == yfactor) in _mesa_PixelZoom()
56 ctx->Pixel.ZoomY = yfactor; in _mesa_PixelZoom()
659 ctx->Pixel.ZoomY = 1.0; in _mesa_init_pixel()
Dimage.c617 assert(ctx->Pixel.ZoomY == 1.0F || ctx->Pixel.ZoomY == -1.0F); in _mesa_clip_drawpixels()
632 if (ctx->Pixel.ZoomY == 1.0F) { in _mesa_clip_drawpixels()
Dmtypes.h786 GLfloat ZoomX, ZoomY; member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c719 y = fb_height - (int) (y + height * ctx->Pixel.ZoomY); in draw_textured_quad()
726 y1 = y + height * ctx->Pixel.ZoomY; in draw_textured_quad()
770 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; in draw_stencil_pixels()
1170 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY, in st_DrawPixels()
1311 ctx->Pixel.ZoomY == 1.0 && in blit_copy_pixels()
1625 width, height, ctx->Pixel.ZoomX, ctx->Pixel.ZoomY, in st_CopyPixels()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_copy.c141 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) { in do_blit_copypixels()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c312 ctx->Pixel.ZoomY == 1.0 && in can_do_DrawPixels_8R8G8B()
443 ctx->Pixel.ZoomY == 1.0 && in can_do_DrawPixels_5R6G5B()
570 ctx->Pixel.ZoomY == 1.0 && in can_do_CopyPixels()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1901 const GLfloat dstY1 = dstY + height * ctx->Pixel.ZoomY; in _mesa_meta_CopyPixels()
1987 const GLint tileY = (GLint) (y + j * ctx->Pixel.ZoomY); in tiled_draw_pixels()
2217 const GLfloat y1 = y + height * ctx->Pixel.ZoomY; in _mesa_meta_DrawPixels()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h523 { GL_ZOOM_Y, CONTEXT_FLOAT(Pixel.ZoomY), NO_EXTRA },