Searched refs:_dstAlloc (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 287 RsAllocation _dstAlloc = hidl_to_rs<RsAllocation>(dstAlloc); in allocationCopy2DRange() local 299 …Device::getHal().AllocationCopy2DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstMip, _dstFace,… in allocationCopy2DRange() 304 RsAllocation _dstAlloc = hidl_to_rs<RsAllocation>(dstAlloc); in allocationCopy3DRange() local 317 …Device::getHal().AllocationCopy3DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstZoff, _dstMip,… in allocationCopy3DRange()
|