Searched refs:clampTests (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fFloatStateQueryTests.cpp | 943 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/ |
D | es3fFloatStateQueryTests.cpp | 1025 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()
|