Searched refs:ZoomY (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 75 if (ctx->Pixel.ZoomY == -1.0f) { in fast_draw_rgb_ubyte_pixels() 122 if (ctx->Pixel.ZoomY == -1.0f) { in fast_draw_rgba_ubyte_pixels() 172 if (ctx->Pixel.ZoomY == -1.0f) { in fast_draw_generic_pixels() 210 fabsf(ctx->Pixel.ZoomY) != 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()
|
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() 638 ctx->Pixel.ZoomY != 1.0F || in _swrast_CopyPixels()
|
D | s_zoom.c | 79 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY); in compute_zoomed_bounds() 80 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY); in compute_zoomed_bounds()
|
/external/mesa3d/src/mesa/main/ |
D | pixel.c | 58 ctx->Pixel.ZoomY == yfactor) in _mesa_PixelZoom() 63 ctx->Pixel.ZoomY = yfactor; in _mesa_PixelZoom() 708 ctx->Pixel.ZoomY = 1.0; in _mesa_init_pixel()
|
D | image.c | 603 ASSERT(ctx->Pixel.ZoomY == 1.0F || ctx->Pixel.ZoomY == -1.0F); in _mesa_clip_drawpixels() 618 if (ctx->Pixel.ZoomY == 1.0F) { in _mesa_clip_drawpixels()
|
D | mtypes.h | 1057 GLfloat ZoomX, ZoomY; member
|
D | get.c | 957 { GL_ZOOM_Y, CONTEXT_FLOAT(Pixel.ZoomY), NO_EXTRA },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 790 y = ctx->DrawBuffer->Height - (int) (y + height * ctx->Pixel.ZoomY); in draw_textured_quad() 797 y1 = y + height * ctx->Pixel.ZoomY; 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() 1343 ctx->Pixel.ZoomY == 1.0 && in blit_copy_pixels() 1629 width, height, ctx->Pixel.ZoomX, ctx->Pixel.ZoomY, in st_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/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/x11/ |
D | xm_dd.c | 311 ctx->Pixel.ZoomY == 1.0 && in can_do_DrawPixels_8R8G8B() 444 ctx->Pixel.ZoomY == 1.0 && in can_do_DrawPixels_5R6G5B() 573 ctx->Pixel.ZoomY == 1.0 && in can_do_CopyPixels()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 2166 const GLfloat dstY1 = dstY + height * ctx->Pixel.ZoomY; in _mesa_meta_CopyPixels() 2237 const GLint tileY = (GLint) (y + j * ctx->Pixel.ZoomY); in tiled_draw_pixels() 2465 const GLfloat y1 = y + height * ctx->Pixel.ZoomY; in _mesa_meta_DrawPixels()
|