Home
last modified time | relevance | path

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

/external/skia/tests/
DTransferPixelsTest.cpp83 size_t tmpRowBytes = GrColorTypeBytesPerPixel(supportedRead.fColorType) * w; in read_pixels_from_texture() local
84 std::unique_ptr<char[]> tmpPixels(new char[tmpRowBytes * h]); in read_pixels_from_texture()
86 tmpPixels.get(), tmpRowBytes)) { in read_pixels_from_texture()
93 GrPixmap(tmpInfo, tmpPixels.get(), tmpRowBytes)); in read_pixels_from_texture()