Home
last modified time | relevance | path

Searched refs:AllocationResize1DFnPtr (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.h71 typedef void (*AllocationResize1DFnPtr) (RsContext, RsAllocation, uint32_t); typedef
170 AllocationResize1DFnPtr AllocationResize1D;
DrsDispatch.cpp60 dispatchTab.AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D"); in loadSymbols()