Home
last modified time | relevance | path

Searched refs:floatBpp (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tests/
DTestUtils.cpp206 size_t floatBpp = GrColorTypeBytesPerPixel(GrColorType::kRGBA_F32); in compare_pixels() local
207 size_t floatRowBytes = floatBpp * infoA.width(); in compare_pixels()
213 auto at = [floatBpp, floatRowBytes](const char* floatBuffer, int x, int y) { in compare_pixels()
214 return reinterpret_cast<const float*>(floatBuffer + y * floatRowBytes + x * floatBpp); in compare_pixels()
/third_party/skia/tests/
DTestUtils.cpp210 size_t floatBpp = GrColorTypeBytesPerPixel(GrColorType::kRGBA_F32); in CheckSolidPixels() local
220 GrCPixmap srcPixmap(srcInfo, col.vec(), floatBpp); in CheckSolidPixels()
227 size_t floatRowBytes = floatBpp * pixmap.width(); in CheckSolidPixels()
236 f32Pixmap.rowBytes()*y + floatBpp*x); in CheckSolidPixels()