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