Lines Matching defs:reporter
26 static void check_instantiation_status(skiatest::Reporter* reporter,
29 REPORTER_ASSERT(reporter, sdc->asRenderTargetProxy()->isInstantiated() == wrappedExpectation);
32 REPORTER_ASSERT(reporter, tProxy);
34 REPORTER_ASSERT(reporter, tProxy->isInstantiated() == wrappedExpectation);
37 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SurfaceDrawContextTest, reporter, ctxInfo) {
45 check_instantiation_status(reporter, sdc.get(), false);
48 REPORTER_ASSERT(reporter, tProxy);
50 REPORTER_ASSERT(reporter, tProxy->instantiate(dContext->priv().resourceProvider()));
52 check_instantiation_status(reporter, sdc.get(), true);
59 check_instantiation_status(reporter, sdc.get(), false);
65 REPORTER_ASSERT(reporter, result);
67 check_instantiation_status(reporter, sdc.get(), true);