Lines Matching refs:_dstAlloc
287 RsAllocation _dstAlloc = hidl_to_rs<RsAllocation>(dstAlloc);
299 Device::getHal().AllocationCopy2DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstMip, _dstFace, _width, _height, _srcAlloc, _srcXoff, _srcYoff, _srcMip, _srcFace);
304 RsAllocation _dstAlloc = hidl_to_rs<RsAllocation>(dstAlloc);
317 Device::getHal().AllocationCopy3DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstZoff, _dstMip, _width, _height, _depth, _srcAlloc, _srcXoff, _srcYoff, _srcZoff, _srcMip);