Increase GLES2 fbo comparison threshold to 0.03 am: 3f450ecc23 am: c509a7f078
authorMika Isojärvi <misojarvi@google.com>
Tue, 12 Jan 2016 03:40:50 +0000 (03:40 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Tue, 12 Jan 2016 03:40:50 +0000 (03:40 +0000)
am: 837a58e9b7

* commit '837a58e9b7161576b567b93bf203d32db5f15054':
  Increase GLES2 fbo comparison threshold to 0.03

modules/gles2/functional/es2fFboRenderTest.cpp

index f573947..c517d68 100644 (file)
@@ -625,7 +625,7 @@ TestCase::IterateResult FboRenderCase::iterate (void)
        }
 
        // Compare images
-       const float             threshold       = 0.02f;
+       const float             threshold       = 0.03f;
        bool                    imagesOk        = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
 
        if (!imagesOk && !failReason)