Searched refs:SampleAlphaToOne (Results 1 – 8 of 8) sorted by relevance
119 GLboolean SampleAlphaToOne; /* GL_ARB_multisample */ member374 attr->SampleAlphaToOne = ctx->Multisample.SampleAlphaToOne; in _mesa_PushAttrib()690 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne, in pop_enable_group()691 enable->SampleAlphaToOne, in pop_enable_group()1440 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne, in _mesa_PopAttrib()1441 ms->SampleAlphaToOne, in _mesa_PopAttrib()
66 ctx->Multisample.SampleAlphaToOne = GL_FALSE; in _mesa_init_multisample()
860 if (ctx->Multisample.SampleAlphaToOne == state) in _mesa_set_enable()865 ctx->Multisample.SampleAlphaToOne = state; in _mesa_set_enable()1599 return ctx->Multisample.SampleAlphaToOne; in _mesa_IsEnabled()
714 GLboolean SampleAlphaToOne; member
275 blend->alpha_to_one = ctx->Multisample.SampleAlphaToOne; in st_update_blend()
793 if (ctx->Multisample.SampleAlphaToOne) in _mesa_meta_begin()1162 if (ctx_ms->SampleAlphaToOne != save_ms->SampleAlphaToOne) in _mesa_meta_end()1163 _mesa_set_enable(ctx, GL_SAMPLE_ALPHA_TO_ONE, save_ms->SampleAlphaToOne); in _mesa_meta_end()
181 { GL_SAMPLE_ALPHA_TO_ONE_ARB, CONTEXT_BOOL(Multisample.SampleAlphaToOne), NO_EXTRA },
2950 if (ctx->Multisample.SampleAlphaToOne)4570 alpha_to_one = ctx->Multisample.SampleAlphaToOne;