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&);
125 void RunWithGPUTestContexts(GrContextTestFn*, GrContextTypeFilterFn*, Reporter*,
178 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
180 void test_##name(skiatest::Reporter* reporter, const GrContextOptions&)
183 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
185 void test_##name(skiatest::Reporter* reporter, const GrContextOptions& options)
188 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo& context_info); \
189 static void test_gpu_contexts_##name(skiatest::Reporter* reporter, \
195 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)