Home
last modified time | relevance | path

Searched refs:AllocationResize1D (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp60 dispatchTab.AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D"); in loadSymbols()
307 if (dispatchTab.AllocationResize1D == nullptr) { in loadSymbols()
DrsDispatch.h170 AllocationResize1DFnPtr AllocationResize1D; member
/frameworks/rs/
DrsHidlAdaptation.h96 static void AllocationResize1D(RsContext, RsAllocation, uint32_t);
Drs.spec285 AllocationResize1D {
DrsHidlAdaptation.cpp113 mEntryFuncs.AllocationResize1D = AllocationResize1D; in LoadDispatchForHidl()
666 void RsHidlAdaptation::AllocationResize1D (RsContext context, RsAllocation allocation, uint32_t dim… in AllocationResize1D() function in RsHidlAdaptation
DrsApiStubs.cpp472 RS_DISPATCH(ctxWrapper, AllocationResize1D, va, dimX); in rsAllocationResize1D()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1383 dispatchTab.AllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX); in nAllocationResize1D()