Searched refs:AlphaScale (Results 1 – 8 of 8) sorted by relevance
559 if (ctx->Pixel.AlphaScale == param) in _mesa_PixelTransferf()562 ctx->Pixel.AlphaScale = param; in _mesa_PixelTransferf()614 ctx->Pixel.AlphaScale != 1.0F || ctx->Pixel.AlphaBias != 0.0F) in _mesa_update_pixel()653 ctx->Pixel.AlphaScale = 1.0; in _mesa_init_pixel()
171 ctx->Pixel.BlueScale, ctx->Pixel.AlphaScale, in _mesa_apply_rgba_transfer_ops()
773 GLfloat AlphaBias, AlphaScale; member
108 GLfloat AlphaBias, AlphaScale; member
549 save->AlphaScale = ctx->Pixel.AlphaScale; in _mesa_meta_begin()558 ctx->Pixel.AlphaScale = 1.0F; in _mesa_meta_begin()922 ctx->Pixel.AlphaScale = save->AlphaScale; in _mesa_meta_end()
554 value[3] = ctx->Pixel.AlphaScale; in _mesa_fetch_state()
957 ctx->Pixel.AlphaScale != 1.0); in get_color_fp_variant()
409 { GL_ALPHA_SCALE, CONTEXT_FLOAT(Pixel.AlphaScale), NO_EXTRA },