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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 92 .AllocationCopy2DRange = (AllocationCopy2DRangeFnPtr)dlsym(
Context.cpp 286 Return<void> Context::allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, AllocationCubemapFace dstFace, uint32_t width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, AllocationCubemapFace srcFace) {
299 Device::getHal().AllocationCopy2DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstMip, _dstFace, _width, _height, _srcAlloc, _srcXoff, _srcYoff, _srcMip, _srcFace);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 45 dispatchTab.AllocationCopy2DRange = (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DRange");
311 if (dispatchTab.AllocationCopy2DRange == nullptr) {
312 LOG_ERR("Couldn't initialize dispatchTab.AllocationCopy2DRange");
Allocation.cpp 267 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), off, 0,
315 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), xoff, yoff,
rsDispatch.h 154 AllocationCopy2DRangeFnPtr AllocationCopy2DRange;
  /frameworks/rs/
rsHidlAdaptation.h 97 static void AllocationCopy2DRange(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t);
rs.spec 290 AllocationCopy2DRange {
rsHidlAdaptation.cpp 98 mEntryFuncs.AllocationCopy2DRange = AllocationCopy2DRange;
673 void RsHidlAdaptation::AllocationCopy2DRange (RsContext context,
685 GetIContextHandle(context)->allocationCopy2DRange(_dstAlloc, dstXoff, dstYoff, dstMip, (AllocationCubemapFace)dstFace, width, height,
    [all...]
rsApiStubs.cpp 484 RS_DISPATCH(ctxWrapper, AllocationCopy2DRange, dest, destXoff, destYoff, destMip, destFace,
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 1923 milliseconds