Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

16 static void codec_yuv(skiatest::Reporter* reporter,
24 REPORTER_ASSERT(reporter, codec);
32 REPORTER_ASSERT(reporter, !success);
34 REPORTER_ASSERT(reporter, (expectedSizes == nullptr) == !success);
38 REPORTER_ASSERT(reporter,
40 REPORTER_ASSERT(reporter, info.fWidthBytes[SkYUVSizeInfo::kY] ==
42 REPORTER_ASSERT(reporter, info.fWidthBytes[SkYUVSizeInfo::kU] ==
44 REPORTER_ASSERT(reporter, info.fWidthBytes[SkYUVSizeInfo::kV] ==
48 REPORTER_ASSERT(reporter,
50 REPORTER_ASSERT(reporter, info.fWidthBytes[SkYUVSizeInfo::kY] ==
52 REPORTER_ASSERT(reporter, info.fWidthBytes[SkYUVSizeInfo::kU] ==
54 REPORTER_ASSERT(reporter, info.fWidthBytes[SkYUVSizeInfo::kV] ==
56 REPORTER_ASSERT(reporter, kJPEG_SkYUVColorSpace == colorSpace);
72 REPORTER_ASSERT(reporter, SkCodec::kInvalidInput ==
74 REPORTER_ASSERT(reporter, SkCodec::kSuccess ==