Searched refs:ReporterContext (Results 1 – 2 of 2) sorted by relevance
77 class ReporterContext : SkNoncopyable {79 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) { in ReporterContext() function82 ~ReporterContext() { in ~ReporterContext()
1510 ReporterContext ctx(reporter, SkString(ContextTypeName(contextType))); in RunWithGPUTestContexts()