Home | History | Annotate | Download | only in default

Lines Matching refs:_srcAlloc

294     RsAllocation _srcAlloc = hidl_to_rs<RsAllocation>(srcAlloc);
299 Device::getHal().AllocationCopy2DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstMip, _dstFace, _width, _height, _srcAlloc, _srcXoff, _srcYoff, _srcMip, _srcFace);
312 RsAllocation _srcAlloc = hidl_to_rs<RsAllocation>(srcAlloc);
317 Device::getHal().AllocationCopy3DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstZoff, _dstMip, _width, _height, _depth, _srcAlloc, _srcXoff, _srcYoff, _srcZoff, _srcMip);