Home
last modified time | relevance | path

Searched defs:srcLocation (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpp/
DAllocation.cpp142 void Allocation::syncAll(RsAllocationUsageType srcLocation) { in syncAll()
/frameworks/base/graphics/java/android/renderscript/
DAllocation.java344 public void syncAll(int srcLocation) { in syncAll()
355 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll() local