Home | History | Annotate | Download | only in renderscript

Lines Matching defs:syncAll

42  * different usages using {@link android.renderscript.Allocation#syncAll} in
46 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
150 * copy. {@link #syncAll} may also be used to synchronize the Allocation
371 public void syncAll(int srcLocation) {
372 Trace.traceBegin(RenderScript.TRACE_TAG, "syncAll");
795 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>