Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

28 void wrap_tex_test(skiatest::Reporter* reporter, GrContext* context) {
43 REPORTER_ASSERT(reporter, tex);
50 REPORTER_ASSERT(reporter, !tex);
52 REPORTER_ASSERT(reporter, !tex);
58 REPORTER_ASSERT(reporter, !tex);
60 REPORTER_ASSERT(reporter, !tex);
65 REPORTER_ASSERT(reporter, tex);
70 void wrap_rt_test(skiatest::Reporter* reporter, GrContext* context) {
87 REPORTER_ASSERT(reporter, rt);
94 REPORTER_ASSERT(reporter, !rt);
101 REPORTER_ASSERT(reporter, rt);
108 void wrap_trt_test(skiatest::Reporter* reporter, GrContext* context) {
123 REPORTER_ASSERT(reporter, tex);
130 REPORTER_ASSERT(reporter, !tex);
132 REPORTER_ASSERT(reporter, !tex);
138 REPORTER_ASSERT(reporter, !tex);
140 REPORTER_ASSERT(reporter, !tex);
145 REPORTER_ASSERT(reporter, tex);
150 DEF_GPUTEST_FOR_VULKAN_CONTEXT(VkWrapTests, reporter, ctxInfo) {
151 wrap_tex_test(reporter, ctxInfo.grContext());
152 wrap_rt_test(reporter, ctxInfo.grContext());
153 wrap_trt_test(reporter, ctxInfo.grContext());