Searched refs:syncAll (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/tests/cppbasic-getpointer/
H A Dcompute.cpp62 ain->syncAll(RS_ALLOCATION_USAGE_SHARED);
63 aout->syncAll(RS_ALLOCATION_USAGE_SHARED);
73 ain->syncAll(RS_ALLOCATION_USAGE_SCRIPT);
74 aout->syncAll(RS_ALLOCATION_USAGE_SCRIPT);
/frameworks/rs/
H A DrsAllocation.h107 void syncAll(Context *rsc, RsAllocationUsageType src);
H A DrsScriptC_Lib.cpp237 a->syncAll(rsc, usage);
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);
H A Drs_hal.h171 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member in struct:android::renderscript::__anon1520::__anon1522
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java815 sm.getVertexAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
821 sm.getIndexSetAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
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>
/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/cpp/
H A DAllocation.cpp137 void Allocation::syncAll(RsAllocationUsageType srcLocation) { function in class:Allocation
H A DrsCppStructs.h288 * syncAll(int) in order to ensure that different users of the Allocation have
291 * developer must call syncAll(RS_ALLOCATION_USAGE_SCRIPT) prior to launching the
347 void syncAll(RsAllocationUsageType srcLocation);
356 * syncAll(Allocation.USAGE_SCRIPT) is required.

Completed in 200 milliseconds