Home | History | Annotate | Download | only in dm

Lines Matching refs:Reporter

1063     struct : public skiatest::Reporter {
1072 } reporter;
1077 test.proc(&reporter, &factory);
1206 typedef void(*TestWithGrContext)(skiatest::Reporter*, GrContext*);
1207 typedef void(*TestWithGrContextAndGLContext)(skiatest::Reporter*, GrContext*, SkGLContext*);
1210 void call_test(T test, skiatest::Reporter* reporter, const GrContextFactory::ContextInfo& context);
1212 void call_test(TestWithGrContext test, skiatest::Reporter* reporter,
1214 test(reporter, context.fGrContext);
1217 void call_test(TestWithGrContextAndGLContext test, skiatest::Reporter* reporter,
1219 test(reporter, context.fGrContext, context.fGLContext);
1225 void RunWithGPUTestContexts(T test, GPUTestContexts testContexts, Reporter* reporter,
1268 call_test(test, reporter, context);
1273 call_test(test, reporter, context);
1282 Reporter* reporter,
1287 Reporter* reporter,