Searched refs:Allocation2DReadFnPtr (Results 1 – 2 of 2) sorted by relevance
68 typedef void (*Allocation2DReadFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAll… typedef149 Allocation2DReadFnPtr Allocation2DRead;
40 dispatchTab.Allocation2DRead = (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead"); in loadSymbols()