Searched defs:syncAll (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.cpp153 void Allocation::syncAll(RsAllocationUsageType srcLocation) { function in class:Allocation
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java39 * different usages using {@link android.renderscript.Allocation#syncAll} in
43 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
218 * copy. {@link #syncAll} may also be used to synchronize the Allocation
531 public void syncAll(int srcLocation) { method in class:Allocation
533 Trace.traceBegin(RenderScript.TRACE_TAG, "syncAll");
1131 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java39 * {@link android.support.v8.renderscript.Allocation#syncAll} in
43 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
187 * copy. {@link #syncAll} may also be used to synchronize the Allocation
478 public void syncAll(int srcLocation) { method in class:Allocation
1113 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>
/frameworks/rs/
H A DrsAllocation.cpp166 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { function in class:Allocation
167 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
708 a->syncAll(rsc, src);
H A Drs_hal.h226 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member in struct:android::renderscript::__anon1695::__anon1697

Completed in 540 milliseconds