Searched refs:floatInfo (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | TestUtils.cpp | 203 GrPixelInfo floatInfo(GrColorType::kRGBA_F32, floatAlphaType, std::move(floatCS), in compare_pixels() local 210 SkAssertResult(GrConvertPixels(floatInfo, floatA.get(), floatRowBytes, infoA, a, rowBytesA)); in compare_pixels() 211 SkAssertResult(GrConvertPixels(floatInfo, floatB.get(), floatRowBytes, infoB, b, rowBytesB)); in compare_pixels()
|
/third_party/skia/tests/ |
D | TestUtils.cpp | 179 GrImageInfo floatInfo(GrColorType::kRGBA_F32, in ComparePixels() local 184 GrPixmap floatA = GrPixmap::Allocate(floatInfo); in ComparePixels() 185 GrPixmap floatB = GrPixmap::Allocate(floatInfo); in ComparePixels()
|