Searched refs:AllocationCopy2DRange (Results 1 - 8 of 8) sorted by relevance
/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 45 dispatchTab.AllocationCopy2DRange = (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DRange"); 311 if (dispatchTab.AllocationCopy2DRange == nullptr) { 312 LOG_ERR("Couldn't initialize dispatchTab.AllocationCopy2DRange");
|
H A D | Allocation.cpp | 267 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), off, 0, 315 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), xoff, yoff,
|
H A D | rsDispatch.h | 154 AllocationCopy2DRangeFnPtr AllocationCopy2DRange; member in struct:dispatchTable
|
/frameworks/rs/ |
H A D | 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);
|
H A D | rs.spec | 290 AllocationCopy2DRange {
|
H A D | rsHidlAdaptation.cpp | 98 mEntryFuncs.AllocationCopy2DRange = AllocationCopy2DRange; 673 void RsHidlAdaptation::AllocationCopy2DRange (RsContext context, function in class:RsHidlAdaptation
|
H A D | rsApiStubs.cpp | 484 RS_DISPATCH(ctxWrapper, AllocationCopy2DRange, dest, destXoff, destYoff, destMip, destFace,
|
/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1246 dispatchTab.AllocationCopy2DRange((RsContext)con,
|
Completed in 383 milliseconds