Home
last modified time | relevance | path

Searched refs:srcLocation (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/cpp/
DAllocation.cpp153 void Allocation::syncAll(RsAllocationUsageType srcLocation) { in syncAll() argument
154 switch (srcLocation) { in syncAll()
165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
DrsCppStructs.h639 void syncAll(RsAllocationUsageType srcLocation);
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java483 public void syncAll(int srcLocation) { in syncAll() argument
484 switch (srcLocation) { in syncAll()
492 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local
/frameworks/base/rs/java/android/renderscript/
DAllocation.java535 public void syncAll(int srcLocation) { in syncAll() argument
538 switch (srcLocation) { in syncAll()
557 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local