Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

50 void basic_clear_test(skiatest::Reporter* reporter, GrContext* context, GrPixelConfig config) {
71 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(buffer.get(),
81 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(buffer.get(),
93 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(buffer.get(),
101 void sub_clear_test(skiatest::Reporter* reporter, GrContext* context, GrPixelConfig config) {
127 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(buffer.get(),
142 REPORTER_ASSERT(reporter, !does_full_buffer_contain_correct_color(buffer.get(),
152 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(buffer.get(),
174 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(subBuffer.get(),
180 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(subBuffer.get(),
186 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(subBuffer.get(),
193 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(subBuffer.get(),
201 DEF_GPUTEST_FOR_VULKAN_CONTEXT(VkClearTests, reporter, ctxInfo) {
202 basic_clear_test(reporter, ctxInfo.grContext(), kRGBA_8888_GrPixelConfig);
203 basic_clear_test(reporter, ctxInfo.grContext(), kBGRA_8888_GrPixelConfig);
204 sub_clear_test(reporter, ctxInfo.grContext(), kRGBA_8888_GrPixelConfig);
205 sub_clear_test(reporter, ctxInfo.grContext(), kBGRA_8888_GrPixelConfig);