Searched refs:AllocationSyncAll (Results 1 – 5 of 5) sorted by relevance
60 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"); in loadSymbols()265 if (dispatchTab.AllocationSyncAll == nullptr) { in loadSymbols()
132 AllocationSyncAllFnPtr AllocationSyncAll; member
165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
280 AllocationSyncAll {
1027 dispatchTab.AllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll()