Searched refs:AlphaScale (Results 1 – 8 of 8) sorted by relevance
576 if (ctx->Pixel.AlphaScale == param) in _mesa_PixelTransferf()579 ctx->Pixel.AlphaScale = param; in _mesa_PixelTransferf()630 ctx->Pixel.AlphaScale != 1.0F || ctx->Pixel.AlphaBias != 0.0F) in update_image_transfer_state()702 ctx->Pixel.AlphaScale = 1.0; in _mesa_init_pixel()
169 ctx->Pixel.BlueScale, ctx->Pixel.AlphaScale, in _mesa_apply_rgba_transfer_ops()
1044 GLfloat AlphaBias, AlphaScale; member
824 { GL_ALPHA_SCALE, CONTEXT_FLOAT(Pixel.AlphaScale), NO_EXTRA },
79 ctx->Pixel.AlphaBias != 0.0 || ctx->Pixel.AlphaScale != 1.0) { in make_state_key()
119 ctx->Pixel.AlphaBias != 0.0 || ctx->Pixel.AlphaScale != 1.0) { in get_glsl_pixel_transfer_program()1028 ctx->Pixel.AlphaScale != 1.0); in get_color_fp_variant()
117 GLfloat AlphaBias, AlphaScale; member578 save->AlphaScale = ctx->Pixel.AlphaScale; in _mesa_meta_begin()587 ctx->Pixel.AlphaScale = 1.0F; in _mesa_meta_begin()904 ctx->Pixel.AlphaScale = save->AlphaScale; in _mesa_meta_end()
544 value[3] = ctx->Pixel.AlphaScale; in _mesa_fetch_state()