Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h57 typedef void (*Allocation1DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, const… typedef
141 Allocation1DDataFnPtr Allocation1DData;
DrsDispatch.cpp178 dispatchTab.Allocation1DData = (Allocation1DDataFnPtr)dlsym(handle, "rsAllocation1DData"); in loadSymbols()