Searched refs:_xoff (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 190 uint32_t _xoff = xoff; in allocation2DWrite() local 199 …Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataP… in allocation2DWrite() 205 uint32_t _xoff = xoff; in allocation3DWrite() local 215 …Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DWrite() 235 uint32_t _xoff = xoff; in allocation1DRead() local 240 … Device::getHal().Allocation1DRead(mContext, _allocation, _xoff, _lod, _count, _data, _sizeBytes); in allocation1DRead() 259 uint32_t _xoff = xoff; in allocation2DRead() local 268 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead() 274 uint32_t _xoff = xoff; in allocation3DRead() local 284 …Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DRead()
|