Home | History | Annotate | Download | only in tests

Lines Matching full:reporter

23 static void test_pack16(skiatest::Reporter* reporter) {
42 REPORTER_ASSERT(reporter, match);
53 REPORTER_ASSERT(reporter, maxSize >= dstSize);
56 REPORTER_ASSERT(reporter, size == srcCount);
58 REPORTER_ASSERT(reporter, match);
73 static void test_pack8(skiatest::Reporter* reporter) {
90 REPORTER_ASSERT(reporter, dstSize <= maxSize);
96 REPORTER_ASSERT(reporter, match);
107 REPORTER_ASSERT(reporter, maxSize >= dstSize);
110 REPORTER_ASSERT(reporter, size == srcCount);
112 REPORTER_ASSERT(reporter, match);
122 REPORTER_ASSERT(reporter, match);
128 DEF_TEST(PackBits, reporter) {
129 test_pack8(reporter);
130 test_pack16(reporter);