HomeSort by relevance Sort by last modified time
    Searched refs:SampleAlphaToOne (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/main/
multisample.c 61 ctx->Multisample.SampleAlphaToOne = GL_FALSE;
attrib.c 119 GLboolean SampleAlphaToOne; /* GL_ARB_multisample */
374 attr->SampleAlphaToOne = ctx->Multisample.SampleAlphaToOne;
690 TEST_AND_UPDATE(ctx->Multisample.SampleAlphaToOne,
691 enable->SampleAlphaToOne,
    [all...]
enable.c 806 if (ctx->Multisample.SampleAlphaToOne == state)
809 ctx->Multisample.SampleAlphaToOne = state;
    [all...]
mtypes.h 685 GLboolean SampleAlphaToOne;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_cc.c 210 ctx->Multisample.SampleAlphaToOne,
217 _mesa_is_multisample_enabled(ctx) && ctx->Multisample.SampleAlphaToOne;
gen8_blend_state.c 69 if (ctx->Multisample.SampleAlphaToOne)
182 ctx->Multisample.SampleAlphaToOne,
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 275 blend->alpha_to_one = ctx->Multisample.SampleAlphaToOne;
  /external/mesa3d/src/mesa/drivers/common/
meta.c 774 if (ctx->Multisample.SampleAlphaToOne)
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 181 { GL_SAMPLE_ALPHA_TO_ONE_ARB, CONTEXT_BOOL(Multisample.SampleAlphaToOne), NO_EXTRA },
    [all...]

Completed in 169 milliseconds