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

/frameworks/rs/cpp/
H A DAllocation.cpp137 void Allocation::syncAll(RsAllocationUsageType srcLocation) { argument
138 switch (srcLocation) {
149 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation));
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java83 public void syncAll(int srcLocation) { argument
85 mN.syncAll(srcLocation);
H A DAllocation.java328 public void syncAll(int srcLocation) { argument
329 switch (srcLocation) {
337 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java445 public void syncAll(int srcLocation) { argument
447 switch (srcLocation) {
466 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);

Completed in 2861 milliseconds