Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp42 dispatchTab.Allocation3DRead = (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead"); in loadSymbols()
457 if (dispatchTab.Allocation3DRead == nullptr) { in loadSymbols()
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()
DrsDispatch.h151 Allocation3DReadFnPtr Allocation3DRead; member
/frameworks/rs/
DrsHidlAdaptation.h94 …static void Allocation3DRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, uint…
Drs.spec267 Allocation3DRead {
DrsHidlAdaptation.cpp95 mEntryFuncs.Allocation3DRead = Allocation3DRead; in LoadDispatchForHidl()
650 void RsHidlAdaptation::Allocation3DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation3DRead() function in RsHidlAdaptation
DrsApiStubs.cpp462 …RS_DISPATCH(ctxWrapper, Allocation3DRead, va, xoff, yoff, zoff, lod, w, h, d, data, data_length, s… in rsAllocation3DRead()