Searched refs:srcLocation (Results 1 - 4 of 4) 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));
H A DrsCppStructs.h637 * @param[in] srcLocation source location with changes to propagate elsewhere
639 void syncAll(RsAllocationUsageType 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);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java531 public void syncAll(int srcLocation) { argument
534 switch (srcLocation) {
553 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);

Completed in 87 milliseconds