Searched refs:_dstYoff (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 305 uint32_t _dstYoff = dstYoff; in allocationCopy2DRange() local 315 …Device::getHal().AllocationCopy2DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstMip, _dstFace,… in allocationCopy2DRange() 322 uint32_t _dstYoff = dstYoff; in allocationCopy3DRange() local 333 …Device::getHal().AllocationCopy3DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstZoff, _dstMip,… in allocationCopy3DRange()
|