Lines Matching refs:Pixel
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()
209 ctx->Pixel.ZoomX != 1.0f || in fast_draw_rgba_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()
310 = ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0; in draw_depth_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()
556 = ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0; in draw_depth_stencil_pixels()
559 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; in draw_depth_stencil_pixels()