Searched refs:SampleAlphaToOne (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmultisample.c58 ctx->Multisample.SampleAlphaToOne = GL_FALSE;
H A Dattrib.c123 GLboolean SampleAlphaToOne; /* GL_ARB_multisample */ member in struct:gl_enable_attrib
317 attr->SampleAlphaToOne = ctx->Multisample.SampleAlphaToOne;
609 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne,
610 enable->SampleAlphaToOne,
1305 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne,
1306 ms->SampleAlphaToOne,
H A Denable.c784 if (ctx->Multisample.SampleAlphaToOne == state)
787 ctx->Multisample.SampleAlphaToOne = state;
1520 return ctx->Multisample.SampleAlphaToOne;
H A Dmtypes.h994 GLboolean SampleAlphaToOne; member in struct:gl_multisample_attrib
H A Dget.c664 { GL_SAMPLE_ALPHA_TO_ONE_ARB, CONTEXT_BOOL(Multisample.SampleAlphaToOne), NO_EXTRA },
/external/mesa3d/src/mesa/main/
H A Dmultisample.c58 ctx->Multisample.SampleAlphaToOne = GL_FALSE;
H A Dattrib.c123 GLboolean SampleAlphaToOne; /* GL_ARB_multisample */ member in struct:gl_enable_attrib
317 attr->SampleAlphaToOne = ctx->Multisample.SampleAlphaToOne;
609 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne,
610 enable->SampleAlphaToOne,
1305 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne,
1306 ms->SampleAlphaToOne,
H A Denable.c784 if (ctx->Multisample.SampleAlphaToOne == state)
787 ctx->Multisample.SampleAlphaToOne = state;
1520 return ctx->Multisample.SampleAlphaToOne;
H A Dmtypes.h994 GLboolean SampleAlphaToOne; member in struct:gl_multisample_attrib
H A Dget.c664 { GL_SAMPLE_ALPHA_TO_ONE_ARB, CONTEXT_BOOL(Multisample.SampleAlphaToOne), NO_EXTRA },
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_cc.c186 ctx->Multisample._Enabled && ctx->Multisample.SampleAlphaToOne;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_blend.c274 if (ctx->Multisample.SampleAlphaToOne)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_cc.c186 ctx->Multisample._Enabled && ctx->Multisample.SampleAlphaToOne;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c274 if (ctx->Multisample.SampleAlphaToOne)

Completed in 195 milliseconds