Searched refs:AllocationResize1D (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 60 dispatchTab.AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D"); in loadSymbols() 307 if (dispatchTab.AllocationResize1D == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 170 AllocationResize1DFnPtr AllocationResize1D; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 130 .AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D"), in loadHAL()
|
H A D | Context.cpp | 298 Device::getHal().AllocationResize1D(mContext, _allocation, _dimX); in allocationResize1D()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 96 static void AllocationResize1D(RsContext, RsAllocation, uint32_t);
|
H A D | rsHidlAdaptation.cpp | 113 mEntryFuncs.AllocationResize1D = AllocationResize1D; in LoadDispatchForHidl() 666 void RsHidlAdaptation::AllocationResize1D (RsContext context, RsAllocation allocation, uint32_t dim… in AllocationResize1D() function in RsHidlAdaptation
|
H A D | rs.spec | 285 AllocationResize1D {
|
H A D | rsApiStubs.cpp | 472 RS_DISPATCH(ctxWrapper, AllocationResize1D, va, dimX); in rsAllocationResize1D()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1383 dispatchTab.AllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX); in nAllocationResize1D()
|