Home
last modified time | relevance | path

Searched refs:GreenBias (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dpixel.c550 if (ctx->Pixel.GreenBias == param) in _mesa_PixelTransferf()
553 ctx->Pixel.GreenBias = param; in _mesa_PixelTransferf()
621 ctx->Pixel.GreenScale != 1.0F || ctx->Pixel.GreenBias != 0.0F || in _mesa_update_pixel()
657 ctx->Pixel.GreenBias = 0.0; in _mesa_init_pixel()
Dpixeltransfer.c172 ctx->Pixel.RedBias, ctx->Pixel.GreenBias, in _mesa_apply_rgba_transfer_ops()
Dmtypes.h630 GLfloat GreenBias, GreenScale; member
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c714 value[1] = ctx->Pixel.GreenBias; in fetch_state()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1141 ctx->Pixel.GreenBias != 0.0 || in get_color_fp_variant()