Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

512 static void test_color(skiatest::Reporter* reporter, const SkBitmap& bm, int x, SkColor expected) {
514 REPORTER_ASSERT(reporter, expected == readback);
535 DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(OnFlushCallbackTest, reporter, ctxInfo) {
606 test_color(reporter, readBack, x, SK_ColorRED);
608 test_color(reporter, readBack, x, SK_ColorGREEN);
610 test_color(reporter, readBack, x, SK_ColorBLUE);
612 test_color(reporter, readBack, x, SK_ColorCYAN);
614 test_color(reporter, readBack, x, SK_ColorMAGENTA);
616 test_color(reporter, readBack, x, SK_ColorYELLOW);