Searched refs:runWithComparer (Results 1 – 6 of 6) sorted by relevance
68 .runWithComparer(mExactComparer); in testPoints()86 .runWithComparer(mExactComparer); in testBlackRectWithStroke()102 .runWithComparer(mExactComparer); in testBlackLineOnGreenBack()117 .runWithComparer(mExactComparer); in testDrawRedRectOnBlueBack()135 .runWithComparer(mExactComparer); in testDrawLine()147 .runWithComparer(mExactComparer); in testDrawWhiteScreen()164 .runWithComparer(mExactComparer); in testBasicText()177 .runWithComparer(mExactComparer); in testBasicColorXfermode()
82 .runWithComparer(new MSSIMComparer(0.90)); in testCircleWithCircle()161 .runWithComparer(new MSSIMComparer(0.90)); in testTextClip()186 .runWithComparer(new MSSIMComparer(0.95)); in testWebViewClipWithCircle()
70 .runWithComparer(inverseComparer); in testRenderSpecIsolation()
134 .runWithComparer(new MSSIMComparer(0.98f)); in testComplexShaderUsage()
376 … createTest().addCanvasClient(canvasClient).runWithComparer(bitmapComparers[arrIndex]); in sweepModifiersForMask()
237 public void runWithComparer(BitmapComparer bitmapComparer) { in runWithComparer() method in ActivityTestBase.TestCaseBuilder