Searched refs:AllocationReadFnPtr (Results 1 – 2 of 2) sorted by relevance
65 typedef void (*AllocationReadFnPtr) (RsContext, RsAllocation, void*, size_t); typedef169 AllocationReadFnPtr AllocationRead;
59 dispatchTab.AllocationRead = (AllocationReadFnPtr)dlsym(handle, "rsAllocationRead"); in loadSymbols()