Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DAllocation.cpp154 void Allocation::syncAll(RsAllocationUsageType srcLocation) { in syncAll() argument
155 switch (srcLocation) { in syncAll()
166 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
DrsCppStructs.h366 void syncAll(RsAllocationUsageType srcLocation);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java435 public void syncAll(int srcLocation) { in syncAll() argument
436 switch (srcLocation) { in syncAll()
444 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local
/frameworks/base/rs/java/android/renderscript/
DAllocation.java458 public void syncAll(int srcLocation) { in syncAll() argument
461 switch (srcLocation) { in syncAll()
480 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local