Lines Matching refs:Reporter
15 static void shader_test(skiatest::Reporter* reporter) {
33 REPORTER_ASSERT(reporter, shader != nullptr);
39 REPORTER_ASSERT(reporter, shader != nullptr);
46 REPORTER_ASSERT(reporter, shader != nullptr);
55 static void test_c(skiatest::Reporter* reporter) {
70 REPORTER_ASSERT(reporter, 0xFF000000 == pixel[0]);
74 REPORTER_ASSERT(reporter, 0xFFFFFFFF == pixel[0]);
79 REPORTER_ASSERT(reporter, 0x80404040 == pixel[0]);
85 DEF_TEST(C_API, reporter) {
86 test_c(reporter);
87 shader_test(reporter);