Home
last modified time | relevance | path

Searched refs:Allocation3DRead (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp42 dispatchTab.Allocation3DRead = (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead"); in loadSymbols()
457 if (dispatchTab.Allocation3DRead == nullptr) { in loadSymbols()
H A DAllocation.cpp410 … tryDispatch(mRS, RS::dispatch->Allocation3DRead(mRS->getContext(), getIDSafe(), xoff, yoff, zoff, in copy3DRangeTo()
417 … tryDispatch(mRS, RS::dispatch->Allocation3DRead(mRS->getContext(), getIDSafe(), xoff, yoff, zoff, in copy3DRangeTo()
H A DrsDispatch.h151 Allocation3DReadFnPtr Allocation3DRead; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp97 .Allocation3DRead = (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead"), in loadHAL()
H A DContext.cpp284 …Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DRead()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h94 …static void Allocation3DRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, uint…
H A DrsHidlAdaptation.cpp95 mEntryFuncs.Allocation3DRead = Allocation3DRead; in LoadDispatchForHidl()
650 void RsHidlAdaptation::Allocation3DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation3DRead() function in RsHidlAdaptation
H A Drs.spec267 Allocation3DRead {
H A DrsApiStubs.cpp462 …RS_DISPATCH(ctxWrapper, Allocation3DRead, va, xoff, yoff, zoff, lod, w, h, d, data, data_length, s… in rsAllocation3DRead()