Lines Matching defs:reporter
74 static void test_path(skiatest::Reporter* reporter,
97 REPORTER_ASSERT(reporter, cache_non_scratch_resources_equals(cache, 0));
102 REPORTER_ASSERT(reporter, cache_non_scratch_resources_equals(cache, expected));
106 REPORTER_ASSERT(reporter, cache_non_scratch_resources_equals(cache, expected));
112 REPORTER_ASSERT(reporter, cache_non_scratch_resources_equals(cache, expected - 1));
120 REPORTER_ASSERT(reporter, SkPathPriv::GenIDChangeListenersCount(path) == 0);
126 REPORTER_ASSERT(reporter, SkPathPriv::GenIDChangeListenersCount(path) == 20);
130 REPORTER_ASSERT(reporter, SkPathPriv::GenIDChangeListenersCount(path) == 1);
134 DEF_GPUTEST(TriangulatingPathRendererCacheTest, reporter, /* options */) {
143 test_path(reporter, create_concave_path, createPR, kExpectedResources, false);
151 test_path(reporter, create_concave_path, createPR, kExpectedResources, false, GrAAType::kNone,
156 DEF_GPUTEST(SoftwarePathRendererCacheTest, reporter, /* options */) {
165 test_path(reporter, create_concave_path, createPR, kExpectedResources, true,
174 test_path(reporter, create_concave_path, createPR, kExpectedResources, true,