Searched refs:AllocationGetTypeFnPtr (Results 1 – 2 of 2) sorted by relevance
24 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va); typedef105 AllocationGetTypeFnPtr AllocationGetType;
33 dispatchTab.AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType"); in loadSymbols()