HomeSort by relevance Sort by last modified time
    Searched full:_sizebytes (Results 1 - 1 of 1) sorted by null

  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 143 size_t _sizeBytes = static_cast<size_t>(sizeBytes);
144 Device::getHal().AllocationCopyToBitmap(mContext, _allocation, _data, _sizeBytes);
154 size_t _sizeBytes = data.size();
155 Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeBytes);
166 size_t _sizeBytes = data.size();
168 Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeBytes, _compIdx);
181 size_t _sizeBytes = data.size();
183 Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride);
197 size_t _sizeBytes = data.size();
199 Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride)
    [all...]

Completed in 75 milliseconds