Searched refs:SampleAlphaToOne (Results 1 – 7 of 7) sorted by relevance
122 GLboolean SampleAlphaToOne; /* GL_ARB_multisample */ member388 attr->SampleAlphaToOne = ctx->Multisample.SampleAlphaToOne; in _mesa_PushAttrib()729 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne, in pop_enable_group()730 enable->SampleAlphaToOne, in pop_enable_group()1516 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne, in _mesa_PopAttrib()1517 ms->SampleAlphaToOne, in _mesa_PopAttrib()
67 ctx->Multisample.SampleAlphaToOne = GL_FALSE; in _mesa_init_multisample()
983 if (ctx->Multisample.SampleAlphaToOne == state) in _mesa_set_enable()988 ctx->Multisample.SampleAlphaToOne = state; in _mesa_set_enable()1796 return ctx->Multisample.SampleAlphaToOne; in _mesa_IsEnabled()
679 GLboolean SampleAlphaToOne; member
294 blend->alpha_to_one = ctx->Multisample.SampleAlphaToOne; in st_update_blend()
810 if (ctx->Multisample.SampleAlphaToOne) in _mesa_meta_begin()1174 if (ctx_ms->SampleAlphaToOne != save_ms->SampleAlphaToOne) in _mesa_meta_end()1175 _mesa_set_enable(ctx, GL_SAMPLE_ALPHA_TO_ONE, save_ms->SampleAlphaToOne); in _mesa_meta_end()
2975 if (ctx->Multisample.SampleAlphaToOne)4773 alpha_to_one = ctx->Multisample.SampleAlphaToOne;