Lines Matching refs:Reporter
31 class Reporter : SkNoncopyable {
33 virtual ~Reporter() {} in ~Reporter()
70 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) { in ReporterContext()
78 Reporter* fReporter;
81 typedef void (*TestProc)(skiatest::Reporter*, const GrContextOptions&);
98 void run(skiatest::Reporter* r, const GrContextOptions& options) const { in run()
127 typedef void GrContextTestFn(Reporter*, const sk_gpu_test::ContextInfo&);
135 void RunWithGPUTestContexts(GrContextTestFn*, GrContextTypeFilterFn*, Reporter*,
180 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
182 void test_##name(skiatest::Reporter* reporter, const GrContextOptions&)
185 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
187 void test_##name(skiatest::Reporter* reporter, const GrContextOptions& options)
190 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo& context_info); \
191 static void test_gpu_contexts_##name(skiatest::Reporter* reporter, \
197 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)