Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c122 GLboolean SampleAlphaToOne; /* GL_ARB_multisample */ member
388 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()
Dmultisample.c67 ctx->Multisample.SampleAlphaToOne = GL_FALSE; in _mesa_init_multisample()
Denable.c983 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()
Dmtypes.h679 GLboolean SampleAlphaToOne; member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c294 blend->alpha_to_one = ctx->Multisample.SampleAlphaToOne; in st_update_blend()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c810 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()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c2975 if (ctx->Multisample.SampleAlphaToOne)
4773 alpha_to_one = ctx->Multisample.SampleAlphaToOne;