Searched refs:floatBpp (Results 1 – 2 of 2) sorted by relevance
206 size_t floatBpp = GrColorTypeBytesPerPixel(GrColorType::kRGBA_F32); in compare_pixels() local207 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()
210 size_t floatBpp = GrColorTypeBytesPerPixel(GrColorType::kRGBA_F32); in CheckSolidPixels() local220 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()