Lines Matching refs:Reporter
31 class Reporter : SkNoncopyable {
33 virtual ~Reporter() {} in ~Reporter()
58 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) { in ReporterContext()
66 Reporter* fReporter;
69 typedef void (*TestProc)(skiatest::Reporter*, const GrContextOptions&);
86 void run(skiatest::Reporter* r, const GrContextOptions& options) const { in run()
115 typedef void GrContextTestFn(Reporter*, const sk_gpu_test::ContextInfo&);
123 void RunWithGPUTestContexts(GrContextTestFn*, GrContextTypeFilterFn*, Reporter*,
168 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
170 void test_##name(skiatest::Reporter* reporter, const GrContextOptions&)
173 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
175 void test_##name(skiatest::Reporter* reporter, const GrContextOptions& options)
178 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo& context_info); \
179 static void test_gpu_contexts_##name(skiatest::Reporter* reporter, \
185 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)