Home | History | Annotate | Download | only in swrast

Lines Matching refs:Pixel

75    if (ctx->Pixel.ZoomY == -1.0f) {
122 if (ctx->Pixel.ZoomY == -1.0f) {
172 if (ctx->Pixel.ZoomY == -1.0f) {
209 ctx->Pixel.ZoomX != 1.0f ||
210 fabsf(ctx->Pixel.ZoomY) != 1.0f ||
249 /* can't handle this pixel format and/or data type */
265 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
310 = ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0;
311 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
416 const GLboolean zoom = ctx->Pixel.ZoomX!=1.0 || ctx->Pixel.ZoomY!=1.0;
542 * The only per-pixel operations that apply are depth scale/bias,
544 * and pixel zoom.
556 = ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0;
559 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
589 * Separate depth/stencil buffers, or pixel transfer ops required.