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