Home | History | Annotate | Download | only in functional

Lines Matching refs:glSampleCoverage

1303 			GLU_CHECK_CALL(glSampleCoverage(coverageValue, isInverted ? GL_TRUE : GL_FALSE));
1465 GLU_CHECK_CALL(glSampleCoverage(m_isInvertedSampleCoverageCase ? 1.0f - value : value, m_isInvertedSampleCoverageCase ? GL_TRUE : GL_FALSE));
1503 * Tests that the coverage masks obtained by glSampleCoverage(..., GL_TRUE)
1504 * and glSampleCoverage(..., GL_FALSE) are indeed each others' inverses.
1532 GLU_CHECK_CALL(glSampleCoverage((float)i / (float)(numTriangles-1), invertSampleCoverage ? GL_TRUE : GL_FALSE));