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

/frameworks/rs/tests/cpp_api/cppbasic-getpointer/
H A Dcompute.cpp59 ain->syncAll(RS_ALLOCATION_USAGE_SHARED);
60 aout->syncAll(RS_ALLOCATION_USAGE_SHARED);
70 ain->syncAll(RS_ALLOCATION_USAGE_SCRIPT);
71 aout->syncAll(RS_ALLOCATION_USAGE_SCRIPT);
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java821 sm.getVertexAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
826 sm.getIndexSetAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
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/rs/
H A DrsAllocation.h125 void syncAll(Context *rsc, RsAllocationUsageType src);
H A DrsAllocation.cpp168 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { function in class:android::renderscript::Allocation
169 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
668 a->syncAll(rsc, src);
H A DrsDriverLoader.cpp83 ret &= fn(RS_HAL_ALLOCATION_SYNC_ALL, (void **)&rsc->mHal.funcs.allocation.syncAll);
H A DrsScriptC_Lib.cpp235 a->syncAll(rsc, usage);
H A Drs_hal.h229 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member in struct:android::renderscript::__anon2146::__anon2148
/frameworks/rs/cpp/
H A DAllocation.cpp153 void Allocation::syncAll(RsAllocationUsageType srcLocation) { function in class:Allocation
H A DrsCppStructs.h567 * syncAll(int) in order to ensure that different users of the Allocation have
570 * developer must call syncAll(RS_ALLOCATION_USAGE_SCRIPT) prior to launching the
639 void syncAll(RsAllocationUsageType srcLocation);
675 * syncAll(Allocation.USAGE_SCRIPT) is required.
/frameworks/rs/support/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>

Completed in 158 milliseconds