Searched refs:Allocation3DDataFnPtr (Results 1 – 2 of 2) sorted by relevance
61 typedef void (*Allocation3DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint3… typedef145 Allocation3DDataFnPtr Allocation3DData;
193 dispatchTab.Allocation3DData = (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData"); in loadSymbols()