HomeSort by relevance Sort by last modified time
    Searched refs:clampTests (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp 943 const float clampTests[] =
947 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(clampTests); ++ndx)
949 glSampleCoverage(clampTests[ndx], GL_FALSE);
950 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, de::clamp(clampTests[ndx], 0.0f, 1.0f));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFloatStateQueryTests.cpp     [all...]

Completed in 126 milliseconds