Lines Matching refs:Reporter
59 class Reporter : SkNoncopyable {
61 virtual ~Reporter() {} in ~Reporter()
100 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) { in ReporterContext()
103 ReporterContext(Reporter* reporter, const std::string& message) : fReporter(reporter) { in ReporterContext()
111 Reporter* fReporter;
114 using CPUTestProc = void (*)(Reporter*);
115 using GaneshTestProc = void (*)(Reporter*, const GrContextOptions&);
117 using GraphiteTestProc = void (*)(Reporter*, const graphite::TestOptions&);
168 void cpu(skiatest::Reporter* r) const { in cpu()
175 void ganesh(skiatest::Reporter* r, const GrContextOptions& options) const { in ganesh()
181 void graphite(skiatest::Reporter* r, const graphite::TestOptions& options) const { in graphite()
214 typedef void GrContextTestFn(Reporter*, const sk_gpu_test::ContextInfo&);
222 Reporter* reporter, const GrContextOptions& options);
235 using GraphiteTestFn = void(Reporter*,
242 Reporter*,
310 static void test_##name(skiatest::Reporter*); \
312 void test_##name(skiatest::Reporter* reporter)
325 static void test_##name(skiatest::Reporter*); \
327 void test_##name(skiatest::Reporter* reporter)
330 static void test_##name(skiatest::Reporter*); \
331 static void test_graphite_##name(skiatest::Reporter* reporter, \
337 void test_##name(skiatest::Reporter* reporter)
342 static void test_##name(skiatest::Reporter*, \
346 static void test_graphite_contexts_##name(skiatest::Reporter* _reporter, \
354 void test_##name(skiatest::Reporter* reporter, \
416 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
419 void test_##name(skiatest::Reporter* reporter, const GrContextOptions& options)
423 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo&); \
424 static void test_gpu_contexts_##name(skiatest::Reporter* reporter, \
431 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)