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