Searched refs:Allocation2DData (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | Allocation.cpp | 299 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, in copy2DRangeFrom() 305 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, in copy2DRangeFrom() 344 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DStridedFrom()
|
H A D | rsDispatch.cpp | 39 dispatchTab.Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"); in loadSymbols() 279 if (dispatchTab.Allocation2DData == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 148 Allocation2DDataFnPtr Allocation2DData; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 94 .Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"), in loadHAL()
|
H A D | Context.cpp | 199 …Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataP… in allocation2DWrite()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 87 …static void Allocation2DData(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCu…
|
H A D | rsHidlAdaptation.cpp | 92 mEntryFuncs.Allocation2DData = Allocation2DData; in LoadDispatchForHidl() 588 void RsHidlAdaptation::Allocation2DData (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation2DData() function in RsHidlAdaptation
|
H A D | rs.spec | 203 Allocation2DData {
|
H A D | rsApiStubs.cpp | 419 …RS_DISPATCH(ctxWrapper, Allocation2DData, va, xoff, yoff, lod, face, w, h, data, data_length, stri… in rsAllocation2DData()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1147 dispatchTab.Allocation2DData((RsContext)con, (RsAllocation)alloc, 0, 0, 0, in nAllocationCopyFromBitmap() 1230 PER_ARRAY_TYPE(nullptr, dispatchTab.Allocation2DData, true, in nAllocationData2D()
|