Searched refs:_yoff (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 191 uint32_t _yoff = yoff; in allocation2DWrite() local 199 …Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataP… in allocation2DWrite() 206 uint32_t _yoff = yoff; in allocation3DWrite() local 215 …Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DWrite() 260 uint32_t _yoff = yoff; in allocation2DRead() local 268 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead() 275 uint32_t _yoff = yoff; in allocation3DRead() local 284 …Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DRead()
|