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

/frameworks/rs/cpp/
H A DrsDispatch.cpp60 dispatchTab.AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D");
307 if (dispatchTab.AllocationResize1D == nullptr) {
308 LOG_ERR("Couldn't initialize dispatchTab.AllocationResize1D");
H A DrsDispatch.h171 AllocationResize1DFnPtr AllocationResize1D; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h96 static void AllocationResize1D(RsContext, RsAllocation, uint32_t);
H A Drs.spec285 AllocationResize1D {
H A DrsHidlAdaptation.cpp113 mEntryFuncs.AllocationResize1D = AllocationResize1D;
666 void RsHidlAdaptation::AllocationResize1D (RsContext context, RsAllocation allocation, uint32_t dimX) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp477 RS_DISPATCH(ctxWrapper, AllocationResize1D, va, dimX);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1381 dispatchTab.AllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX);

Completed in 468 milliseconds