Searched refs:SampleAlphaToOne (Results 1 – 6 of 6) sorted by relevance
58 ctx->Multisample.SampleAlphaToOne = GL_FALSE; in _mesa_init_multisample()
123 GLboolean SampleAlphaToOne; /* GL_ARB_multisample */ member317 attr->SampleAlphaToOne = ctx->Multisample.SampleAlphaToOne; in _mesa_PushAttrib()609 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne, in pop_enable_group()610 enable->SampleAlphaToOne, in pop_enable_group()1305 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne, in _mesa_PopAttrib()1306 ms->SampleAlphaToOne, in _mesa_PopAttrib()
784 if (ctx->Multisample.SampleAlphaToOne == state) in _mesa_set_enable()787 ctx->Multisample.SampleAlphaToOne = state; in _mesa_set_enable()1520 return ctx->Multisample.SampleAlphaToOne; in _mesa_IsEnabled()
994 GLboolean SampleAlphaToOne; member
664 { GL_SAMPLE_ALPHA_TO_ONE_ARB, CONTEXT_BOOL(Multisample.SampleAlphaToOne), NO_EXTRA },
186 ctx->Multisample._Enabled && ctx->Multisample.SampleAlphaToOne; in gen6_upload_blend_state()