Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c119 GLboolean SampleAlphaToOne; /* GL_ARB_multisample */ member
374 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()
Dmultisample.c66 ctx->Multisample.SampleAlphaToOne = GL_FALSE; in _mesa_init_multisample()
Denable.c860 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()
Dmtypes.h714 GLboolean SampleAlphaToOne; member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c275 blend->alpha_to_one = ctx->Multisample.SampleAlphaToOne; in st_update_blend()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c793 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()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h181 { GL_SAMPLE_ALPHA_TO_ONE_ARB, CONTEXT_BOOL(Multisample.SampleAlphaToOne), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c2950 if (ctx->Multisample.SampleAlphaToOne)
4570 alpha_to_one = ctx->Multisample.SampleAlphaToOne;