Searched refs:runWithComparer (Results 1 – 8 of 8) sorted by relevance
71 .runWithComparer(mExactComparer); in testPoints()86 .runWithComparer(mExactComparer); in testBlackRectWithStroke()99 .runWithComparer(mExactComparer); in testBlackLineOnGreenBack()111 .runWithComparer(mExactComparer); in testDrawRedRectOnBlueBack()126 .runWithComparer(mExactComparer); in testDrawLine()133 .runWithComparer(mExactComparer); in testDrawWhiteScreen()147 .runWithComparer(mExactComparer); in testBasicText()195 .runWithComparer(mExactComparer); in testBasicColorXfermode()230 .runWithComparer(mExactComparer); in testEmptyLayer()
167 .runWithComparer(new MSSIMComparer(0.90)); in testPathScale()189 .runWithComparer(new MSSIMComparer(0.90)); in testTextClip()222 .runWithComparer(new MSSIMComparer(0.95)); in testWebViewClipWithCircle()
76 .runWithComparer(inverseComparer); in testRenderSpecIsolation()
131 builder.runWithComparer(bitmapComparers[arrIndex]); in sweepModifiersForMask()
217 }, true).runWithComparer(new ExactComparer()); in testSetDensity()294 }, true).runWithComparer(new MSSIMComparer(0.99)); in testCompressHardware()327 }, true).runWithComparer(new MSSIMComparer(0.99)); in testBitmapCopy()
140 .runWithComparer(new MSSIMComparer(0.98f)); in testComplexShaderUsage()
637 .runWithComparer(new MSSIMComparer(0.95)); in testWebViewWithLayerAndComplexClip()
204 public void runWithComparer(BitmapComparer bitmapComparer) { in runWithComparer() method in ActivityTestBase.TestCaseBuilder