Searched refs:Allocation1DReadFnPtr (Results 1 – 2 of 2) sorted by relevance
64 typedef void (*Allocation1DReadFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, void*… typedef148 Allocation1DReadFnPtr Allocation1DRead;
208 dispatchTab.Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead"); in loadSymbols()