Lines Matching refs:Pixel
132 const GLfloat scale = ctx->Pixel.DepthScale; in _mesa_scale_and_bias_depth()
133 const GLfloat bias = ctx->Pixel.DepthBias; in _mesa_scale_and_bias_depth()
147 const GLdouble scale = ctx->Pixel.DepthScale; in _mesa_scale_and_bias_depth_uint()
148 const GLdouble bias = ctx->Pixel.DepthBias * max; in _mesa_scale_and_bias_depth_uint()
168 ctx->Pixel.RedScale, ctx->Pixel.GreenScale, in _mesa_apply_rgba_transfer_ops()
169 ctx->Pixel.BlueScale, ctx->Pixel.AlphaScale, in _mesa_apply_rgba_transfer_ops()
170 ctx->Pixel.RedBias, ctx->Pixel.GreenBias, in _mesa_apply_rgba_transfer_ops()
171 ctx->Pixel.BlueBias, ctx->Pixel.AlphaBias); in _mesa_apply_rgba_transfer_ops()
198 GLint shift = ctx->Pixel.IndexShift; in _mesa_shift_and_offset_ci()
199 GLint offset = ctx->Pixel.IndexOffset; in _mesa_shift_and_offset_ci()
252 if (ctx->Pixel.IndexShift != 0 || ctx->Pixel.IndexOffset != 0) { in _mesa_apply_stencil_transfer_ops()
253 const GLint offset = ctx->Pixel.IndexOffset; in _mesa_apply_stencil_transfer_ops()
254 GLint shift = ctx->Pixel.IndexShift; in _mesa_apply_stencil_transfer_ops()
273 if (ctx->Pixel.MapStencilFlag) { in _mesa_apply_stencil_transfer_ops()