Searched refs:sizeBytes (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 50 Return<void> allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) override; 56 Return<void> allocationRead(Allocation allocation, Ptr data, Size sizeBytes) override; 57 …cation allocation, uint32_t xoff, uint32_t lod, uint32_t count, Ptr data, Size sizeBytes) override; 58 …ation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size sizeBytes, Size compIdx) o… 59 …lod, AllocationCubemapFace face, uint32_t w, uint32_t h, Ptr data, Size sizeBytes, Size stride) ov… 60 … zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, Ptr data, Size sizeBytes, Size stride) ov…
|
D | Context.cpp | 142 Return<void> Context::allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) { in allocationCopyToBitmap() argument 145 size_t _sizeBytes = static_cast<size_t>(sizeBytes); in allocationCopyToBitmap() 211 Return<void> Context::allocationRead(Allocation allocation, Ptr data, Size sizeBytes) { in allocationRead() argument 214 size_t _sizeBytes = static_cast<size_t>(sizeBytes); in allocationRead() 219 …ead(Allocation allocation, uint32_t xoff, uint32_t lod, uint32_t count, Ptr data, Size sizeBytes) { in allocation1DRead() argument 225 size_t _sizeBytes = static_cast<size_t>(sizeBytes); in allocation1DRead() 230 …cation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size sizeBytes, Size compIdx) { in allocationElementRead() argument 237 size_t _sizeBytes = static_cast<size_t>(sizeBytes); in allocationElementRead() 243 …t lod, AllocationCubemapFace face, uint32_t w, uint32_t h, Ptr data, Size sizeBytes, Size stride) { in allocation2DRead() argument 252 size_t _sizeBytes = static_cast<size_t>(sizeBytes); in allocation2DRead() [all …]
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 193 * @param sizeBytes Size of the buffer pointed to by "data" 196 allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes); 318 * @param sizeBytes Size of the buffer pointed to by "data" 321 allocationRead(Allocation allocation, Ptr data, Size sizeBytes); 339 * @param sizeBytes Size of the buffer pointed to by "data" 343 uint32_t count, Ptr data, Size sizeBytes); 357 * @param sizeBytes Size of the buffer pointed to by "data" 362 uint32_t z, uint32_t lod, Ptr data, Size sizeBytes, 384 * @param sizeBytes Size of the buffer pointed to by "data" 392 uint32_t h, Ptr data, Size sizeBytes, Size stride); [all …]
|