Searched refs:Allocation2DRead (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | Allocation.cpp | 327 tryDispatch(mRS, RS::dispatch->Allocation2DRead(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DRangeTo() 334 tryDispatch(mRS, RS::dispatch->Allocation2DRead(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DRangeTo() 356 tryDispatch(mRS, RS::dispatch->Allocation2DRead(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DStridedTo()
|
H A D | rsDispatch.cpp | 40 dispatchTab.Allocation2DRead = (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead"); in loadSymbols() 299 if (dispatchTab.Allocation2DRead == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 149 Allocation2DReadFnPtr Allocation2DRead; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 95 .Allocation2DRead = (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead"), in loadHAL()
|
H A D | Context.cpp | 268 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 93 …static void Allocation2DRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCu…
|
H A D | rsHidlAdaptation.cpp | 93 mEntryFuncs.Allocation2DRead = Allocation2DRead; in LoadDispatchForHidl() 641 void RsHidlAdaptation::Allocation2DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation2DRead() function in RsHidlAdaptation
|
H A D | rs.spec | 255 Allocation2DRead {
|
H A D | rsApiStubs.cpp | 455 …RS_DISPATCH(ctxWrapper, Allocation2DRead, va, xoff, yoff, lod, face, w, h, data, data_length, stri… in rsAllocation2DRead()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1350 PER_ARRAY_TYPE(0, dispatchTab.Allocation2DRead, false, in nAllocationRead2D()
|