Lines Matching refs:Pixel
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()
215 ctx->Pixel.DepthScale == 1.0 && in scale_and_bias_z()
216 ctx->Pixel.DepthBias == 0.0) { in scale_and_bias_z()
227 GLdouble d = depth[i] * ctx->Pixel.DepthScale + ctx->Pixel.DepthBias; in scale_and_bias_z()
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()
638 ctx->Pixel.ZoomY != 1.0F || in _swrast_CopyPixels()