Lines Matching refs:Reporter
23 static void test_color_unknown_with_coverage(skiatest::Reporter* reporter, const GrCaps& caps);
24 static void test_color_unknown_no_coverage(skiatest::Reporter* reporter, const GrCaps& caps);
25 static void test_color_opaque_with_coverage(skiatest::Reporter* reporter, const GrCaps& caps);
26 static void test_color_opaque_no_coverage(skiatest::Reporter* reporter, const GrCaps& caps);
27 static void test_lcd_coverage(skiatest::Reporter* reporter, const GrCaps& caps);
28 static void test_lcd_coverage_fallback_case(skiatest::Reporter* reporter, const GrCaps& caps);
30 DEF_GPUTEST_FOR_NULLGL_CONTEXT(GrPorterDuff, reporter, ctxInfo) {
37 test_color_unknown_with_coverage(reporter, caps);
38 test_color_unknown_no_coverage(reporter, caps);
39 test_color_opaque_with_coverage(reporter, caps);
40 test_color_opaque_no_coverage(reporter, caps);
41 test_lcd_coverage(reporter, caps);
42 test_lcd_coverage_fallback_case(reporter, caps);
47 #define TEST_ASSERT(...) REPORTER_ASSERT(reporter, __VA_ARGS__)
67 XPInfo(skiatest::Reporter* reporter, SkBlendMode xfermode, const GrCaps& caps,
95 static void test_lcd_coverage(skiatest::Reporter* reporter, const GrCaps& caps) {
104 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, analysis);
258 ERRORF(reporter, "Invalid xfermode.");
263 static void test_color_unknown_with_coverage(skiatest::Reporter* reporter, const GrCaps& caps) {
273 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, analysis);
427 ERRORF(reporter, "Invalid xfermode.");
433 static void test_color_unknown_no_coverage(skiatest::Reporter* reporter, const GrCaps& caps) {
443 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, analysis);
597 ERRORF(reporter, "Invalid xfermode.");
603 static void test_color_opaque_with_coverage(skiatest::Reporter* reporter, const GrCaps& caps) {
614 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, analysis);
769 ERRORF(reporter, "Invalid xfermode.");
775 static void test_color_opaque_no_coverage(skiatest::Reporter* reporter, const GrCaps& caps) {
785 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, analysis);
941 ERRORF(reporter, "Invalid xfermode.");
947 static void test_lcd_coverage_fallback_case(skiatest::Reporter* reporter, const GrCaps& caps) {
982 ERRORF(reporter, "Failed to create an XP with LCD coverage.");
993 DEF_GPUTEST(PorterDuffNoDualSourceBlending, reporter, /*factory*/) {
1037 ERRORF(reporter, "Failed to create an XP without dual source blending.");