Searched refs:AllocationResize1D (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 60 dispatchTab.AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D"); in loadSymbols() 307 if (dispatchTab.AllocationResize1D == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 170 AllocationResize1DFnPtr AllocationResize1D; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 96 static void AllocationResize1D(RsContext, RsAllocation, uint32_t);
|
D | rs.spec | 285 AllocationResize1D {
|
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
|
D | rsApiStubs.cpp | 472 RS_DISPATCH(ctxWrapper, AllocationResize1D, va, dimX); in rsAllocationResize1D()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1383 dispatchTab.AllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX); in nAllocationResize1D()
|