Home
last modified time | relevance | path

Searched refs:Allocation2DRead (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DAllocation.cpp327 tryDispatch(mRS, RS::dispatch->Allocation2DRead(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DRangeTo()
334 tryDispatch(mRS, RS::dispatch->Allocation2DRead(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DRangeTo()
356 tryDispatch(mRS, RS::dispatch->Allocation2DRead(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DStridedTo()
H A DrsDispatch.cpp40 dispatchTab.Allocation2DRead = (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead"); in loadSymbols()
299 if (dispatchTab.Allocation2DRead == nullptr) { in loadSymbols()
H A DrsDispatch.h149 Allocation2DReadFnPtr Allocation2DRead; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp95 .Allocation2DRead = (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead"), in loadHAL()
H A DContext.cpp268 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h93 …static void Allocation2DRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCu…
H A DrsHidlAdaptation.cpp93 mEntryFuncs.Allocation2DRead = Allocation2DRead; in LoadDispatchForHidl()
641 void RsHidlAdaptation::Allocation2DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation2DRead() function in RsHidlAdaptation
H A Drs.spec255 Allocation2DRead {
H A DrsApiStubs.cpp455 …RS_DISPATCH(ctxWrapper, Allocation2DRead, va, xoff, yoff, lod, face, w, h, data, data_length, stri… in rsAllocation2DRead()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1350 PER_ARRAY_TYPE(0, dispatchTab.Allocation2DRead, false, in nAllocationRead2D()