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/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java478 public void syncAll(int srcLocation) { in syncAll() argument
479 switch (srcLocation) { in syncAll()
487 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local
/frameworks/base/rs/java/android/renderscript/
DAllocation.java531 public void syncAll(int srcLocation) { in syncAll() argument
534 switch (srcLocation) { in syncAll()
553 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local