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

/frameworks/rs/cpp/
H A DAllocation.cpp154 void Allocation::syncAll(RsAllocationUsageType srcLocation) { function in class:Allocation
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java37 * different usages using {@link android.renderscript.Allocation#syncAll} in
41 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
206 * copy. {@link #syncAll} may also be used to synchronize the Allocation
458 public void syncAll(int srcLocation) { method in class:Allocation
460 Trace.traceBegin(RenderScript.TRACE_TAG, "syncAll");
913 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java41 * {@link android.support.v8.renderscript.Allocation#syncAll} in
45 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
187 * copy. {@link #syncAll} may also be used to synchronize the Allocation
435 public void syncAll(int srcLocation) { method in class:Allocation
863 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>
/frameworks/rs/
H A DrsAllocation.cpp156 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { function in class:Allocation
157 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
648 a->syncAll(rsc, src);
H A Drs_hal.h200 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member in struct:android::renderscript::__anon1606::__anon1608

Completed in 3413 milliseconds