Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp145 size_t _sizeBytes = static_cast<size_t>(sizeBytes); in allocationCopyToBitmap() local
146 Device::getHal().AllocationCopyToBitmap(mContext, _allocation, _data, _sizeBytes); in allocationCopyToBitmap()
156 size_t _sizeBytes = data.size(); in allocation1DWrite() local
157 …ice::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeBytes); in allocation1DWrite()
168 size_t _sizeBytes = data.size(); in allocationElementWrite() local
170 …l().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeBytes, _compIdx); in allocationElementWrite()
183 size_t _sizeBytes = data.size(); in allocation2DWrite() local
185 …ion2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride); in allocation2DWrite()
199 size_t _sizeBytes = data.size(); in allocation3DWrite() local
201 …DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride); in allocation3DWrite()
[all …]