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