Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dattrib.c190 attr->SampleAlphaToOne = ctx->Multisample.SampleAlphaToOne; in _mesa_PushAttrib()
458 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne, in pop_enable_group()
459 enable->SampleAlphaToOne, in pop_enable_group()
1120 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne, in _mesa_PopAttrib()
1121 attr->Multisample.SampleAlphaToOne, in _mesa_PopAttrib()
Dmultisample.c72 ctx->Multisample.SampleAlphaToOne = GL_FALSE; in _mesa_init_multisample()
Denable.c1015 if (ctx->Multisample.SampleAlphaToOne == state) in _mesa_set_enable()
1020 ctx->Multisample.SampleAlphaToOne = state; in _mesa_set_enable()
1826 return ctx->Multisample.SampleAlphaToOne; in _mesa_IsEnabled()
Dmtypes.h570 GLboolean SampleAlphaToOne; member
3162 GLboolean SampleAlphaToOne; /* GL_ARB_multisample */ member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c294 blend->alpha_to_one = ctx->Multisample.SampleAlphaToOne; in st_update_blend()