Searched refs:Allocation2DDataFnPtr (Results 1 – 2 of 2) sorted by relevance
60 typedef void (*Allocation2DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAll… typedef144 Allocation2DDataFnPtr Allocation2DData;
188 dispatchTab.Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"); in loadSymbols()