Home
last modified time | relevance | path

Searched refs:RedBias (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpixel.c529 if (ctx->Pixel.RedBias == param) in _mesa_PixelTransferf()
532 ctx->Pixel.RedBias = param; in _mesa_PixelTransferf()
610 if (ctx->Pixel.RedScale != 1.0F || ctx->Pixel.RedBias != 0.0F || in update_image_transfer_state()
655 ctx->Pixel.RedBias = 0.0; in _mesa_init_pixel()
Dpixeltransfer.c172 ctx->Pixel.RedBias, ctx->Pixel.GreenBias, in _mesa_apply_rgba_transfer_ops()
Dmtypes.h741 GLfloat RedBias, RedScale; member
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h105 GLfloat RedBias, RedScale; member
Dmeta.c525 save->RedBias = ctx->Pixel.RedBias; in _mesa_meta_begin()
534 ctx->Pixel.RedBias = 0.0F; in _mesa_meta_begin()
898 ctx->Pixel.RedBias = save->RedBias; in _mesa_meta_end()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c576 value[0] = ctx->Pixel.RedBias; in _mesa_fetch_state()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c950 key.scaleAndBias = (ctx->Pixel.RedBias != 0.0 || in get_color_fp_variant()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h504 { GL_RED_BIAS, CONTEXT_FLOAT(Pixel.RedBias), NO_EXTRA },