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

/frameworks/rs/cpp/
H A DrsDispatch.cpp46 dispatchTab.AllocationCopy3DRange = (AllocationCopy3DRangeFnPtr)dlsym(handle, "rsAllocationCopy3DRange");
315 if (dispatchTab.AllocationCopy3DRange == nullptr) {
316 LOG_ERR("Couldn't initialize dispatchTab.AllocationCopy3DRange");
H A DrsDispatch.h156 AllocationCopy3DRangeFnPtr AllocationCopy3DRange; member in struct:dispatchTable
H A DAllocation.cpp399 tryDispatch(mRS, RS::dispatch->AllocationCopy3DRange(mRS->getContext(), getIDSafe(), xoff, yoff, zoff,
/frameworks/rs/
H A DrsHidlAdaptation.h98 static void AllocationCopy3DRange(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t);
H A Drs.spec305 AllocationCopy3DRange {
H A DrsHidlAdaptation.cpp99 mEntryFuncs.AllocationCopy3DRange = AllocationCopy3DRange;
688 void RsHidlAdaptation::AllocationCopy3DRange (RsContext context, function in class:RsHidlAdaptation
H A DrsApiStubs.cpp502 RS_DISPATCH(ctxWrapper, AllocationCopy3DRange,
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1285 dispatchTab.AllocationCopy3DRange((RsContext)con,

Completed in 143 milliseconds