Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

31 static void check_is_wrapped_status(skiatest::Reporter* reporter,
34 REPORTER_ASSERT(reporter, rtCtx->isWrapped_ForTesting() == wrappedExpectation);
37 REPORTER_ASSERT(reporter, tProxy);
39 REPORTER_ASSERT(reporter, tProxy->isWrapped_ForTesting() == wrappedExpectation);
42 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(RenderTargetContextTest, reporter, ctxInfo) {
48 check_is_wrapped_status(reporter, rtCtx.get(), true);
56 check_is_wrapped_status(reporter, rtCtx.get(), false);
59 REPORTER_ASSERT(reporter, rt);
61 check_is_wrapped_status(reporter, rtCtx.get(), true);
69 check_is_wrapped_status(reporter, rtCtx.get(), false);
72 REPORTER_ASSERT(reporter, tProxy);
75 REPORTER_ASSERT(reporter, tex);
77 check_is_wrapped_status(reporter, rtCtx.get(), true);
84 check_is_wrapped_status(reporter, rtCtx.get(), false);
91 REPORTER_ASSERT(reporter, result);
93 check_is_wrapped_status(reporter, rtCtx.get(), true);