Searched refs:DitherFlag (Results 1 – 6 of 6) sorted by relevance
286 blend->dither = ctx->Color.DitherFlag; in st_update_blend()
282 if (ctx->Color.DitherFlag) in clear_with_quad()
147 attr->Dither = ctx->Color.DitherFlag; in _mesa_PushAttrib()374 TEST_AND_UPDATE(ctx->Color.DitherFlag, enable->Dither, GL_DITHER); in pop_enable_group()816 TEST_AND_UPDATE(ctx->Color.DitherFlag, attr->Color.DitherFlag, in _mesa_PopAttrib()
518 if (ctx->Color.DitherFlag == state) in _mesa_set_enable()523 ctx->Color.DitherFlag = state; in _mesa_set_enable()1578 return ctx->Color.DitherFlag; in _mesa_IsEnabled()
1202 ctx->Color.DitherFlag = GL_TRUE; in _mesa_init_color()
313 GLboolean DitherFlag; /**< Dither enable flag */ member