Searched refs:srcLocation (Results 1 – 4 of 4) sorted by relevance
153 void Allocation::syncAll(RsAllocationUsageType srcLocation) { in syncAll() argument154 switch (srcLocation) { in syncAll()165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
639 void syncAll(RsAllocationUsageType srcLocation);
483 public void syncAll(int srcLocation) { in syncAll() argument484 switch (srcLocation) { in syncAll()492 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local
535 public void syncAll(int srcLocation) { in syncAll() argument538 switch (srcLocation) { in syncAll()557 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local