Searched refs:Allocation3DRead (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 42 dispatchTab.Allocation3DRead = (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead"); in loadSymbols() 457 if (dispatchTab.Allocation3DRead == nullptr) { in loadSymbols()
|
D | Allocation.cpp | 410 … 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()
|
D | rsDispatch.h | 151 Allocation3DReadFnPtr Allocation3DRead; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 94 …static void Allocation3DRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, uint…
|
D | rs.spec | 267 Allocation3DRead {
|
D | rsHidlAdaptation.cpp | 95 mEntryFuncs.Allocation3DRead = Allocation3DRead; in LoadDispatchForHidl() 650 void RsHidlAdaptation::Allocation3DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation3DRead() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 462 …RS_DISPATCH(ctxWrapper, Allocation3DRead, va, xoff, yoff, zoff, lod, w, h, d, data, data_length, s… in rsAllocation3DRead()
|