HomeSort by relevance Sort by last modified time
    Searched refs:_srcAlloc (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsHidlAdaptation.cpp 683 uint64_t _srcAlloc = (uint64_t)(uintptr_t)srcAlloc;
686 _srcAlloc, srcXoff, srcYoff, srcMip, (AllocationCubemapFace)srcFace);
698 uint64_t _srcAlloc = (uint64_t)(uintptr_t)srcAlloc;
701 _srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 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);
    [all...]

Completed in 52 milliseconds