Searched refs:isSampleCoverageEnabled (Results 1 – 11 of 11) sorted by relevance
201 if (glState.isSampleCoverageEnabled()) in GetBlendSampleMask()
213 bool isSampleCoverageEnabled() const { return mSampleCoverage; } in isSampleCoverageEnabled() function778 bool isEarlyFragmentTestsOptimizationAllowed() const { return isSampleCoverageEnabled(); } in isEarlyFragmentTestsOptimizationAllowed()
1249 return isSampleCoverageEnabled(); in getEnableFeature()
343 bool isSampleCoverageEnabled() const;
576 bool Context::isSampleCoverageEnabled() const in isSampleCoverageEnabled() function in es1::Context
2486 case GL_SAMPLE_COVERAGE: return context->isSampleCoverageEnabled(); break; in IsEnabled()
480 bool isSampleCoverageEnabled() const;
601 bool Context::isSampleCoverageEnabled() const in isSampleCoverageEnabled() function in es2::Context
3826 case GL_SAMPLE_COVERAGE: return context->isSampleCoverageEnabled(); in IsEnabled()
1597 setSampleCoverageEnabled(state.isSampleCoverageEnabled()); in syncState()
161 if (!glState.isSampleCoverageEnabled()) in GetCoverageSampleCount()176 if (!glState.isSampleCoverageEnabled()) in ApplySampleCoverage()