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

/frameworks/rs/cpp/
H A DAllocation.cpp137 void Allocation::syncAll(RsAllocationUsageType srcLocation) { function in class:Allocation
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java83 public void syncAll(int srcLocation) { method in class:AllocationThunker
85 mN.syncAll(srcLocation);
H A DAllocation.java40 * {@link android.support.v8.renderscript.Allocation#syncAll} in
44 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
121 * copy. {@link #syncAll} may also be used to synchronize the Allocation
328 public void syncAll(int srcLocation) { method in class:Allocation
712 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>
/frameworks/rs/
H A Drs_hal.h171 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member in struct:android::renderscript::__anon1520::__anon1522
H A DrsAllocation.cpp93 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { function in class:Allocation
94 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
567 a->syncAll(rsc, src);
/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
204 * copy. {@link #syncAll} may also be used to synchronize the Allocation
445 public void syncAll(int srcLocation) { method in class:Allocation
446 Trace.traceBegin(RenderScript.TRACE_TAG, "syncAll");
846 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>

Completed in 124 milliseconds