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

/frameworks/rs/cpp/
H A DrsDispatch.cpp45 dispatchTab.AllocationCopy2DRange = (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DRange");
311 if (dispatchTab.AllocationCopy2DRange == nullptr) {
312 LOG_ERR("Couldn't initialize dispatchTab.AllocationCopy2DRange");
H A DAllocation.cpp267 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), off, 0,
315 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), xoff, yoff,
H A DrsDispatch.h154 AllocationCopy2DRangeFnPtr AllocationCopy2DRange; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h97 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);
H A Drs.spec290 AllocationCopy2DRange {
H A DrsHidlAdaptation.cpp98 mEntryFuncs.AllocationCopy2DRange = AllocationCopy2DRange;
673 void RsHidlAdaptation::AllocationCopy2DRange (RsContext context, function in class:RsHidlAdaptation
H A DrsApiStubs.cpp484 RS_DISPATCH(ctxWrapper, AllocationCopy2DRange, dest, destXoff, destYoff, destMip, destFace,
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1246 dispatchTab.AllocationCopy2DRange((RsContext)con,

Completed in 383 milliseconds