Searched refs:srcLocation (Results 1 – 4 of 4) sorted by relevance
154 void Allocation::syncAll(RsAllocationUsageType srcLocation) { in syncAll() argument155 switch (srcLocation) { in syncAll()166 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
366 void syncAll(RsAllocationUsageType srcLocation);
435 public void syncAll(int srcLocation) { in syncAll() argument436 switch (srcLocation) { in syncAll()444 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local
458 public void syncAll(int srcLocation) { in syncAll() argument461 switch (srcLocation) { in syncAll()480 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local