Searched refs:checkWithThresholdFloat (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglWideColorTests.cpp | 555 bool checkWithThresholdFloat (float value, float reference, float threshold); 883 bool WideColorSurfaceTest::checkWithThresholdFloat(float value, float reference, float threshold) in checkWithThresholdFloat() function in deqp::egl::__anon6e68da900111::WideColorSurfaceTest 906 if (checkWithThresholdFloat(pixels[0], expected[0], increment) || in testPixels() 907 checkWithThresholdFloat(pixels[1], expected[1], increment) || in testPixels() 908 checkWithThresholdFloat(pixels[2], expected[2], increment) || in testPixels() 909 checkWithThresholdFloat(pixels[3], expected[3], increment)) in testPixels()
|