Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h63 typedef void (*Allocation3DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint3… typedef
150 Allocation3DDataFnPtr Allocation3DData;
DrsDispatch.cpp41 dispatchTab.Allocation3DData = (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData"); in loadSymbols()