Home
last modified time | relevance | path

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

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