Searched refs:_sizeBytes (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 159 size_t _sizeBytes = static_cast<size_t>(sizeBytes); in allocationCopyToBitmap() local 160 Device::getHal().AllocationCopyToBitmap(mContext, _allocation, _data, _sizeBytes); in allocationCopyToBitmap() 170 size_t _sizeBytes = data.size(); in allocation1DWrite() local 171 …ice::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeBytes); in allocation1DWrite() 182 size_t _sizeBytes = data.size(); in allocationElementWrite() local 184 …l().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeBytes, _compIdx); in allocationElementWrite() 197 size_t _sizeBytes = data.size(); in allocation2DWrite() local 199 …ion2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride); in allocation2DWrite() 213 size_t _sizeBytes = data.size(); in allocation3DWrite() local 215 …DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride); in allocation3DWrite() [all …]
|