Lines Matching refs:Reporter
28 static void check_is_wrapped_status(skiatest::Reporter* reporter,
31 REPORTER_ASSERT(reporter, rtCtx->isWrapped_ForTesting() == wrappedExpectation);
34 REPORTER_ASSERT(reporter, tProxy);
36 REPORTER_ASSERT(reporter, tProxy->isWrapped_ForTesting() == wrappedExpectation);
39 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(RenderTargetContextTest, reporter, ctxInfo) {
47 check_is_wrapped_status(reporter, rtCtx.get(), false);
50 REPORTER_ASSERT(reporter, tProxy);
52 REPORTER_ASSERT(reporter, tProxy->instantiate(ctx->resourceProvider()));
54 check_is_wrapped_status(reporter, rtCtx.get(), true);
61 check_is_wrapped_status(reporter, rtCtx.get(), false);
68 REPORTER_ASSERT(reporter, result);
70 check_is_wrapped_status(reporter, rtCtx.get(), true);