Searched refs:GL_SAMPLE_ALPHA_TO_COVERAGE (Results 1 – 6 of 6) sorted by relevance
153 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
2917 GLES20.glEnable(GLES20.GL_SAMPLE_ALPHA_TO_COVERAGE); in setAlphaToCoverage()2919 GLES20.glDisable(GLES20.GL_SAMPLE_ALPHA_TO_COVERAGE); in setAlphaToCoverage()
1684 case GL_SAMPLE_ALPHA_TO_COVERAGE: context->setSampleAlphaToCoverage(false); break; in glDisable()1804 case GL_SAMPLE_ALPHA_TO_COVERAGE: context->setSampleAlphaToCoverage(true); break; in glEnable()3661 case GL_SAMPLE_ALPHA_TO_COVERAGE: return context->isSampleAlphaToCoverageEnabled(); in glIsEnabled()
1116 case GL_SAMPLE_ALPHA_TO_COVERAGE: *params = mState.sampleAlphaToCoverage; break; in getBooleanv()1515 case GL_SAMPLE_ALPHA_TO_COVERAGE: // For this purpose, they are treated here as bool-natural in getQueryParameterInfo()
281 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro