Searched refs:Allocation1DRead (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 38 dispatchTab.Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead"); in loadSymbols() 295 if (dispatchTab.Allocation1DRead == nullptr) { in loadSymbols()
|
H A D | Allocation.cpp | 254 … 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 D | rsDispatch.h | 147 Allocation1DReadFnPtr Allocation1DRead; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 93 .Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead"), in loadHAL()
|
H A D | Context.cpp | 240 … Device::getHal().Allocation1DRead(mContext, _allocation, _xoff, _lod, _count, _data, _sizeBytes); in allocation1DRead()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 91 …static void Allocation1DRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, void*, size_t);
|
H A D | rsHidlAdaptation.cpp | 91 mEntryFuncs.Allocation1DRead = Allocation1DRead; in LoadDispatchForHidl() 625 void RsHidlAdaptation::Allocation1DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation1DRead() function in RsHidlAdaptation
|
H A D | rs.spec | 237 Allocation1DRead {
|
H A D | rsApiStubs.cpp | 442 RS_DISPATCH(ctxWrapper, Allocation1DRead, va, xoff, lod, count, data, data_length); in rsAllocation1DRead()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1316 PER_ARRAY_TYPE(0, dispatchTab.Allocation1DRead, false, in nAllocationRead1D()
|