Lines Matching refs:sizeBytes

434 …                                               const void *data, size_t sizeBytes, uint32_t usages)  in AllocationCreateFromBitmap()  argument
439 _bitmap.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes); in AllocationCreateFromBitmap()
448 … const void *data, size_t sizeBytes, uint32_t usages) in AllocationCubeCreateFromBitmap() argument
453 _bitmap.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes); in AllocationCubeCreateFromBitmap()
549 …::AllocationCopyToBitmap (RsContext context, RsAllocation allocation, void *data, size_t sizeBytes) in AllocationCopyToBitmap() argument
553 GetIContextHandle(context)->allocationCopyToBitmap(_allocation, data, sizeBytes); in AllocationCopyToBitmap()
557 uint32_t count, const void *data, size_t sizeBytes) in Allocation1DData() argument
562 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes); in Allocation1DData()
567 … uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) in Allocation1DElementData() argument
572 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes); in Allocation1DElementData()
578 … uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) in AllocationElementData() argument
583 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes); in AllocationElementData()
590 … uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) in Allocation2DData() argument
595 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes); in Allocation2DData()
601 … uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride) in Allocation3DData() argument
606 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes); in Allocation3DData()
618 …aptation::AllocationRead (RsContext context, RsAllocation allocation, void *data, size_t sizeBytes) in AllocationRead() argument
622 GetIContextHandle(context)->allocationRead(_allocation, data, sizeBytes); in AllocationRead()
626 uint32_t count, void *data, size_t sizeBytes) in Allocation1DRead() argument
630 GetIContextHandle(context)->allocation1DRead(_allocation, xoff, lod, count, data, sizeBytes); in Allocation1DRead()
634 … uint32_t lod, void *data, size_t sizeBytes, size_t eoff) in AllocationElementRead() argument
638 …GetIContextHandle(context)->allocationElementRead(_allocation, x, y, z, lod, data, sizeBytes, eoff… in AllocationElementRead()
643 … uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) in Allocation2DRead() argument
647 …on2DRead(_allocation, xoff, yoff, lod, (AllocationCubemapFace)face, w, h, data, sizeBytes, stride); in Allocation2DRead()
651 … uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride) in Allocation3DRead() argument
655 …e(context)->allocation3DRead(_allocation, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stride); in Allocation3DRead()