Searched refs:AllocationResize1D (Results 1 – 4 of 4) sorted by relevance
223 dispatchTab.AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D"); in loadSymbols()224 if (dispatchTab.AllocationResize1D == NULL) { in loadSymbols()
153 AllocationResize1DFnPtr AllocationResize1D; member
273 AllocationResize1D {
1376 dispatchTab.AllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX); in nAllocationResize1D()