Searched refs:ReporterContext (Results 1 – 8 of 8) sorted by relevance
56 class ReporterContext : SkNoncopyable {58 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) { in ReporterContext() function61 ~ReporterContext() { in ~ReporterContext()
279 skiatest::ReporterContext ctx( in DEF_GPUTEST()
196 skiatest::ReporterContext ctx( in DEF_GPUTEST()
68 class ReporterContext : SkNoncopyable {70 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) { in ReporterContext() function73 ~ReporterContext() { in ~ReporterContext()
61 ReporterContext ctx(reporter, SkString(GrContextFactory::ContextTypeName(contextType))); in RunWithGPUTestContexts()