Home
last modified time | relevance | path

Searched refs:srcLocation (Results 1 – 5 of 5) 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/rs/support/java/src/androidx/renderscript/
DAllocation.java483 public void syncAll(int srcLocation) { in syncAll() argument
484 switch (srcLocation) { in syncAll()
492 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local
/frameworks/base/rs/java/android/renderscript/
DAllocation.java535 public void syncAll(int srcLocation) { in syncAll() argument
538 switch (srcLocation) { in syncAll()
557 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...