Searched refs:AllocationIoReceiveFnPtr (Results 1 – 2 of 2) sorted by relevance
87 typedef void (*AllocationIoReceiveFnPtr) (RsContext, RsAllocation); typedef159 AllocationIoReceiveFnPtr AllocationIoReceive;
403 …RS::dispatch->AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive… in loadSymbols()