Lines Matching refs:Pixel
77 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()
211 ctx->Pixel.ZoomX != 1.0f || in fast_draw_rgba_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()
312 = ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f; in draw_depth_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()
604 = ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F; in draw_depth_stencil_pixels()
607 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; in draw_depth_stencil_pixels()