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