Searched refs:AllocationSyncAll (Results 1 – 5 of 5) sorted by relevance
218 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"); in loadSymbols()219 if (dispatchTab.AllocationSyncAll == NULL) { in loadSymbols()
152 AllocationSyncAllFnPtr AllocationSyncAll; member
166 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
268 AllocationSyncAll {
1035 dispatchTab.AllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll()