Home
last modified time | relevance | path

Searched refs:clampTests (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fFloatStateQueryTests.cpp943 const float clampTests[] = in test() local
947 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(clampTests); ++ndx) in test()
949 glSampleCoverage(clampTests[ndx], GL_FALSE); in test()
950 …m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, de::clamp(clampTests[ndx], 0.0f, 1.0f… in test()
/external/deqp/modules/gles3/functional/
Des3fFloatStateQueryTests.cpp1025 const float clampTests[] = in test() local
1029 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(clampTests); ++ndx) in test()
1031 glSampleCoverage(clampTests[ndx], GL_FALSE); in test()
1032 …m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, de::clamp(clampTests[ndx], 0.0f, 1.0f… in test()