Searched refs:AllocationIoReceiveFnPtr (Results 1 – 2 of 2) sorted by relevance
98 typedef void (*AllocationIoReceiveFnPtr) (RsContext, RsAllocation); typedef182 AllocationIoReceiveFnPtr AllocationIoReceive;
353 …dispatchTab.AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive"); in loadSymbols()