Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp38 dispatchTab.Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead"); in loadSymbols()
295 if (dispatchTab.Allocation1DRead == nullptr) { in loadSymbols()
H A DAllocation.cpp254 … tryDispatch(mRS, RS::dispatch->Allocation1DRead(mRS->getContext(), getIDSafe(), off, mSelectedLOD, in copy1DRangeTo()
259 … tryDispatch(mRS, RS::dispatch->Allocation1DRead(mRS->getContext(), getIDSafe(), off, mSelectedLOD, in copy1DRangeTo()
H A DrsDispatch.h147 Allocation1DReadFnPtr Allocation1DRead; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp93 .Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead"), in loadHAL()
H A DContext.cpp240 … Device::getHal().Allocation1DRead(mContext, _allocation, _xoff, _lod, _count, _data, _sizeBytes); in allocation1DRead()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h91 …static void Allocation1DRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, void*, size_t);
H A DrsHidlAdaptation.cpp91 mEntryFuncs.Allocation1DRead = Allocation1DRead; in LoadDispatchForHidl()
625 void RsHidlAdaptation::Allocation1DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation1DRead() function in RsHidlAdaptation
H A Drs.spec237 Allocation1DRead {
H A DrsApiStubs.cpp442 RS_DISPATCH(ctxWrapper, Allocation1DRead, va, xoff, lod, count, data, data_length); in rsAllocation1DRead()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1316 PER_ARRAY_TYPE(0, dispatchTab.Allocation1DRead, false, in nAllocationRead1D()