Lines Matching refs:Reporter
30 void wrap_tex_test(skiatest::Reporter* reporter, GrContext* context) {
44 REPORTER_ASSERT(reporter, tex);
55 REPORTER_ASSERT(reporter, !tex);
61 REPORTER_ASSERT(reporter, !tex);
72 REPORTER_ASSERT(reporter, !tex);
78 REPORTER_ASSERT(reporter, !tex);
88 REPORTER_ASSERT(reporter, tex);
93 void wrap_rt_test(skiatest::Reporter* reporter, GrContext* context) {
103 REPORTER_ASSERT(reporter, rt);
110 REPORTER_ASSERT(reporter, !rt);
118 REPORTER_ASSERT(reporter, rt);
125 void wrap_trt_test(skiatest::Reporter* reporter, GrContext* context) {
138 REPORTER_ASSERT(reporter, tex);
149 REPORTER_ASSERT(reporter, !tex);
155 REPORTER_ASSERT(reporter, !tex);
166 REPORTER_ASSERT(reporter, !tex);
172 REPORTER_ASSERT(reporter, !tex);
182 REPORTER_ASSERT(reporter, tex);
187 DEF_GPUTEST_FOR_VULKAN_CONTEXT(VkWrapTests, reporter, ctxInfo) {
188 wrap_tex_test(reporter, ctxInfo.grContext());
189 wrap_rt_test(reporter, ctxInfo.grContext());
190 wrap_trt_test(reporter, ctxInfo.grContext());