Searched refs:RedBias (Results 1 – 8 of 8) sorted by relevance
529 if (ctx->Pixel.RedBias == param) in _mesa_PixelTransferf()532 ctx->Pixel.RedBias = param; in _mesa_PixelTransferf()611 if (ctx->Pixel.RedScale != 1.0F || ctx->Pixel.RedBias != 0.0F || in _mesa_update_pixel()646 ctx->Pixel.RedBias = 0.0; in _mesa_init_pixel()
172 ctx->Pixel.RedBias, ctx->Pixel.GreenBias, in _mesa_apply_rgba_transfer_ops()
770 GLfloat RedBias, RedScale; member
105 GLfloat RedBias, RedScale; member
544 save->RedBias = ctx->Pixel.RedBias; in _mesa_meta_begin()553 ctx->Pixel.RedBias = 0.0F; in _mesa_meta_begin()917 ctx->Pixel.RedBias = save->RedBias; in _mesa_meta_end()
558 value[0] = ctx->Pixel.RedBias; in _mesa_fetch_state()
950 key.scaleAndBias = (ctx->Pixel.RedBias != 0.0 || in get_color_fp_variant()
506 { GL_RED_BIAS, CONTEXT_FLOAT(Pixel.RedBias), NO_EXTRA },