Searched refs:GL_SAMPLE_COVERAGE (Results 1 – 5 of 5) sorted by relevance
154 #define GL_SAMPLE_COVERAGE 0x80A0 macro
1685 case GL_SAMPLE_COVERAGE: context->setSampleCoverage(false); break; in glDisable()1805 case GL_SAMPLE_COVERAGE: context->setSampleCoverage(true); break; in glEnable()3662 case GL_SAMPLE_COVERAGE: return context->isSampleCoverageEnabled(); in glIsEnabled()
1117 case GL_SAMPLE_COVERAGE: *params = mState.sampleCoverage; break; in getBooleanv()1516 case GL_SAMPLE_COVERAGE: in getQueryParameterInfo()
283 #define GL_SAMPLE_COVERAGE 0x80A0 macro