Home
last modified time | relevance | path

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

/external/skqp/src/gpu/mtl/
DGrMtlGpu.mm784 size_t transBufferRowBytes = bpp * width;
785 size_t transBufferImageBytes = transBufferRowBytes * height;
799 destinationBytesPerRow: transBufferRowBytes
806 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, transBufferRowBytes, height);
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm851 size_t transBufferRowBytes = bpp * width;
852 size_t transBufferImageBytes = transBufferRowBytes * height;
866 destinationBytesPerRow: transBufferRowBytes
873 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, transBufferRowBytes, height);
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp2151 size_t transBufferRowBytes = bpp * region.imageExtent.width; in onReadPixels() local
2154 static_cast<GrVkTransferBuffer*>(this->createBuffer(transBufferRowBytes * imageRows, in onReadPixels()
2189 mappedMemory = (char*)mappedMemory + transBufferRowBytes * skipRows + bpp * left; in onReadPixels()
2192 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, tightRowBytes, height); in onReadPixels()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp2199 size_t transBufferRowBytes = bpp * region.imageExtent.width; in onReadPixels() local
2202 static_cast<GrVkTransferBuffer*>(this->createBuffer(transBufferRowBytes * imageRows, in onReadPixels()
2237 mappedMemory = (char*)mappedMemory + transBufferRowBytes * skipRows + bpp * left; in onReadPixels()
2240 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, tightRowBytes, height); in onReadPixels()