Lines Matching refs:Reporter
32 void wrap_tex_test(skiatest::Reporter* reporter, GrContext* context) {
42 REPORTER_ASSERT(reporter, tex);
50 REPORTER_ASSERT(reporter, !tex);
52 REPORTER_ASSERT(reporter, !tex);
61 REPORTER_ASSERT(reporter, !tex);
63 REPORTER_ASSERT(reporter, !tex);
72 REPORTER_ASSERT(reporter, tex);
78 void wrap_rt_test(skiatest::Reporter* reporter, GrContext* context) {
89 REPORTER_ASSERT(reporter, rt);
97 REPORTER_ASSERT(reporter, !rt);
107 REPORTER_ASSERT(reporter, rt);
115 void wrap_trt_test(skiatest::Reporter* reporter, GrContext* context) {
125 REPORTER_ASSERT(reporter, tex);
133 REPORTER_ASSERT(reporter, !tex);
135 REPORTER_ASSERT(reporter, !tex);
144 REPORTER_ASSERT(reporter, !tex);
146 REPORTER_ASSERT(reporter, !tex);
154 REPORTER_ASSERT(reporter, tex);
160 DEF_GPUTEST_FOR_VULKAN_CONTEXT(VkWrapTests, reporter, ctxInfo) {
161 wrap_tex_test(reporter, ctxInfo.grContext());
162 wrap_rt_test(reporter, ctxInfo.grContext());
163 wrap_trt_test(reporter, ctxInfo.grContext());