Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkConvertPixels.h20 static inline void SkRectMemcpy(void* dst, size_t dstRB, const void* src, size_t srcRB, in SkRectMemcpy() function
DSkConvertPixels.cpp29 SkRectMemcpy(dstPixels, dstRB, in rect_memcpy()
DSkYUVAPixmaps.cpp220 SkRectMemcpy(d.writable_addr(), in MakeCopy()
/external/skqp/src/core/
DSkConvertPixels.h19 static inline void SkRectMemcpy(void* dst, size_t dstRB, const void* src, size_t srcRB, in SkRectMemcpy() function
DSkConvertPixels.cpp29 SkRectMemcpy(dstPixels, dstRB, in rect_memcpy()
/external/skia/gm/
Dlazytiling.cpp129 SkRectMemcpy(dst, dstRB, src, srcRB, in create_bitmap()
/external/skqp/src/image/
DSkImage_Raster.cpp248 SkRectMemcpy(dst, bitmap.rowBytes(), src, fBitmap.rowBytes(), bitmap.rowBytes(), in onMakeSubset()
/external/skia/src/gpu/d3d/
DGrD3DGpu.cpp336 SkRectMemcpy(dst, placedFootprints[currentMipLevel].Footprint.RowPitch, in copy_compressed_data()
627 SkRectMemcpy(buffer, rowBytes, mappedMemory, dstLocation.PlacedFootprint.Footprint.RowPitch, in onReadPixels()
735 SkRectMemcpy(dst, placedFootprints[currentMipLevel].Footprint.RowPitch, in uploadToTexture()
/external/skia/src/image/
DSkImage_Raster.cpp267 SkRectMemcpy(dst, bitmap.rowBytes(), src, fBitmap.rowBytes(), bitmap.rowBytes(), in onMakeSubset()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp582 SkRectMemcpy(mapPtr, static_cast<size_t>(layout.rowPitch), data, rowBytes, trimRowBytes, in uploadTexDataLinear()
745 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); in uploadTexDataOptimal()
1323 SkRectMemcpy(mapPtr, dstRowBytes, srcData, srcRowBytes, trimRowBytes, h); in copy_testing_data()
2201 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, tightRowBytes, height); in onReadPixels()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp775 SkRectMemcpy(mapPtr, static_cast<size_t>(layout.rowPitch), data, rowBytes, trimRowBytes, in uploadTexDataLinear()
921 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); in uploadTexDataOptimal()
1509 SkRectMemcpy(mapPtr + individualMipOffsets[level], trimRB, in copy_src_data()
2431 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, tightRowBytes, height); in onReadPixels()
/external/skia/tests/
DReadWritePixelsGpuTest.cpp591 SkRectMemcpy(pixels.writable_addr(), pixels.rowBytes(), context.fResult->data(0), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
665 SkRectMemcpy(pixels.writable_addr(), pixels.rowBytes(), asyncContext.fResult->data(0), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/
DGrDataUtils.cpp583 SkRectMemcpy(dst.addr(), dst.rowBytes(), in GrConvertPixels()
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm420 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight);
878 SkRectMemcpy(dst + individualMipOffsets[level], trimRB,
1325 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, transBufferRowBytes, height);
/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp359 SkRectMemcpy(slice.fOffsetMapPtr, dstRowBytes, src, srcRowBytes, trimRowBytes, height); in uploadTextureData()
/external/skqp/src/gpu/mtl/
DGrMtlGpu.mm806 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, transBufferRowBytes, height);
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp1304 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); in uploadTexData()
2417 SkRectMemcpy(dst, rowBytes, src, readDstRowBytes, tightRowBytes, height); in onReadPixels()