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 DrsScriptC_Lib.cpp256 a->syncAll(rsc, usage);
H A DrsAllocation.h122 void syncAll(Context *rsc, RsAllocationUsageType src);
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 DrsDriverLoader.cpp90 ret &= fn(RS_HAL_ALLOCATION_SYNC_ALL, (void **)&rsc->mHal.funcs.allocation.syncAll);
H A Drs_hal.h200 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member in struct:android::renderscript::__anon1608::__anon1610
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java820 sm.getVertexAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
825 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
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/rs/cpp/
H A DAllocation.cpp154 void Allocation::syncAll(RsAllocationUsageType srcLocation) { function in class:Allocation
H A DrsCppStructs.h294 * syncAll(int) in order to ensure that different users of the Allocation have
297 * developer must call syncAll(RS_ALLOCATION_USAGE_SCRIPT) prior to launching the
366 void syncAll(RsAllocationUsageType srcLocation);
402 * syncAll(Allocation.USAGE_SCRIPT) is required.
/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>

Completed in 621 milliseconds