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);
478 public void syncAll(int srcLocation) { in syncAll() argument479 switch (srcLocation) { in syncAll()487 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local
531 public void syncAll(int srcLocation) { in syncAll() argument534 switch (srcLocation) { in syncAll()553 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local