Home
last modified time | relevance | path

Searched refs:SampleAlphaToOne (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmultisample.c58 ctx->Multisample.SampleAlphaToOne = GL_FALSE; in _mesa_init_multisample()
Dattrib.c123 GLboolean SampleAlphaToOne; /* GL_ARB_multisample */ member
317 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()
Denable.c784 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()
Dmtypes.h994 GLboolean SampleAlphaToOne; member
Dget.c664 { GL_SAMPLE_ALPHA_TO_ONE_ARB, CONTEXT_BOOL(Multisample.SampleAlphaToOne), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_cc.c186 ctx->Multisample._Enabled && ctx->Multisample.SampleAlphaToOne; in gen6_upload_blend_state()