Searched defs:srcLocation (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.cpp153 void Allocation::syncAll(RsAllocationUsageType srcLocation) { argument
154 switch (srcLocation) {
165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation));
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java531 public void syncAll(int srcLocation) { argument
534 switch (srcLocation) {
553 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java478 public void syncAll(int srcLocation) { argument
479 switch (srcLocation) {
487 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);

Completed in 56 milliseconds