Searched refs:AllocationElementDataFnPtr (Results 1 – 2 of 2) sorted by relevance
61 typedef void (*AllocationElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, … typedef161 AllocationElementDataFnPtr AllocationElementData;
51 …dispatchTab.AllocationElementData = (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols()