Home
last modified time | relevance | path

Searched refs:ReporterContext (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DTest.h77 class ReporterContext : SkNoncopyable {
79 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) { in ReporterContext() function
82 ~ReporterContext() { in ~ReporterContext()
DSurfaceSemaphoreTest.cpp161 skiatest::ReporterContext ctx( in DEF_GPUTEST()
/external/skia/dm/
DDM.cpp1435 ReporterContext ctx(reporter, SkString(GrContextFactory::ContextTypeName(contextType))); in RunWithGPUTestContexts()