Lines Matching defs:test_info
97 static void test_info(skiatest::Reporter* r, Codec* codec, const SkImageInfo& info,
211 test_info(r, codec, info565, expectedResult, &digest565);
220 test_info(r, codec, info565, SkCodec::kInvalidConversion, nullptr);
238 test_info(r, codec, grayInfo, expectedResult, &grayDigest);
246 test_info(r, codec, info, expectedResult, digest);
251 test_info(r, codec, info.makeAlphaType(kUnpremul_SkAlphaType),
253 test_info(r, codec, info.makeAlphaType(kPremul_SkAlphaType),
257 test_info(r, codec, info.makeAlphaType(kOpaque_SkAlphaType),
266 test_info(r, codec, info.makeAlphaType(otherAt), expectedResult, nullptr);
467 test_info(r, codec.get(), info, SkCodec::kSuccess, &codecDigest);
933 test_info(r, codec.get(), codec->getInfo(), SkCodec::kSuccess, nullptr);
952 test_info(r, codec.get(), codec->getInfo(), SkCodec::kSuccess, nullptr);
958 test_info(r, codec.get(), codec->getInfo(), SkCodec::kSuccess, nullptr);
983 test_info(r, codec.get(), codec->getInfo(), SkCodec::kSuccess, nullptr);
1439 test_info(r, codec.get(), codec->getInfo().makeColorType(kN32_SkColorType), expectedResult,
1652 test_info(r, codec.get(), codec->getInfo(), SkCodec::kInvalidInput, nullptr);
1839 test_info(r, codec.get(), info, SkCodec::kSuccess, nullptr);