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

  /external/mesa3d/src/mesa/main/
multisample.c 46 ctx->Multisample.SampleCoverageValue = CLAMP(value, 0.0f, 1.0f);
63 ctx->Multisample.SampleCoverageValue = 1.0;
attrib.c     [all...]
mtypes.h 693 GLfloat SampleCoverageValue;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_msaa.c 53 (st->ctx->Multisample.SampleCoverageValue * (float)sample_count);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_multisample_state.c 176 coverage = ctx->Multisample.SampleCoverageValue;
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 65 { GL_SAMPLE_COVERAGE_VALUE_ARB, CONTEXT_FLOAT(Multisample.SampleCoverageValue), NO_EXTRA },
    [all...]

Completed in 115 milliseconds