Searched refs:AllocationElementReadFnPtr (Results 1 – 2 of 2) sorted by relevance
67 typedef void (*AllocationElementReadFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, … typedef162 AllocationElementReadFnPtr AllocationElementRead;
52 …dispatchTab.AllocationElementRead = (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols()