Home | History | Annotate | Download | only in tests

Lines Matching refs:REPORTER_ASSERT

54     REPORTER_ASSERT(reporter, kWidth % 4 != 0);
55 REPORTER_ASSERT(reporter, kHeight % 4 != 0);
67 REPORTER_ASSERT(reporter, nullptr == data);
83 REPORTER_ASSERT(reporter, kWidth % 12 == 0);
84 REPORTER_ASSERT(reporter, kHeight % 12 == 0);
96 REPORTER_ASSERT(reporter, nullptr == data);
114 REPORTER_ASSERT(reporter, kWidth % 48 == 0);
115 REPORTER_ASSERT(reporter, kHeight % 48 == 0);
123 REPORTER_ASSERT(reporter, pixels);
142 REPORTER_ASSERT(reporter, decompBuffer);
157 REPORTER_ASSERT(reporter, data);
167 REPORTER_ASSERT(reporter, decompResult);
170 REPORTER_ASSERT(reporter, pixels);
178 REPORTER_ASSERT(reporter, ok);
201 REPORTER_ASSERT(reporter, kWidth % latcDimX == 0);
202 REPORTER_ASSERT(reporter, kHeight % latcDimY == 0);
205 REPORTER_ASSERT(reporter, kSizeToBe == ((kWidth*kHeight*kLATCEncodedBlockSize)/16));
206 REPORTER_ASSERT(reporter, (kSizeToBe % kLATCEncodedBlockSize) == 0);
216 REPORTER_ASSERT(reporter, latcData);
221 REPORTER_ASSERT(reporter, kSizeToBe == latcData->size());
273 REPORTER_ASSERT(reporter, blockPtr[i] == kConstColorEncoding);