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

/frameworks/rs/cpp/
H A DAllocation.cpp142 void Allocation::syncAll(RsAllocationUsageType srcLocation) { argument
143 switch (srcLocation) {
152 rsAllocationSyncAll(mRS->mContext, getIDSafe(), srcLocation);
H A DAllocation.h73 void syncAll(RsAllocationUsageType srcLocation);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java344 public void syncAll(int srcLocation) { argument
345 switch (srcLocation) {
355 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java272 public void syncAll(int srcLocation) { argument
273 switch (srcLocation) {
281 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);

Completed in 257 milliseconds