Home
last modified time | relevance | path

Searched refs:AllocationCopy2DRange (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp45 …dispatchTab.AllocationCopy2DRange = (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DR… in loadSymbols()
311 if (dispatchTab.AllocationCopy2DRange == nullptr) { in loadSymbols()
DAllocation.cpp267 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), off, 0, in copy1DRangeFrom()
315 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DRangeFrom()
DrsDispatch.h154 AllocationCopy2DRangeFnPtr AllocationCopy2DRange; member
/frameworks/rs/
DrsHidlAdaptation.h97 …static void AllocationCopy2DRange(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t,…
Drs.spec290 AllocationCopy2DRange {
DrsHidlAdaptation.cpp98 mEntryFuncs.AllocationCopy2DRange = AllocationCopy2DRange; in LoadDispatchForHidl()
673 void RsHidlAdaptation::AllocationCopy2DRange (RsContext context, in AllocationCopy2DRange() function in RsHidlAdaptation
DrsApiStubs.cpp484 RS_DISPATCH(ctxWrapper, AllocationCopy2DRange, dest, destXoff, destYoff, destMip, destFace, in rsAllocationCopy2DRange()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1248 dispatchTab.AllocationCopy2DRange((RsContext)con, in nAllocationData2D_alloc()