HomeSort by relevance Sort by last modified time
    Searched refs:syncAll (Results 1 - 20 of 20) sorted by null

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 63 // public void syncAll();
177 syncAll();
585 public void syncAll() {
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 63 // public void syncAll();
176 syncAll();
571 public void syncAll() {
  /frameworks/rs/
rsAllocation.h 107 void syncAll(Context *rsc, RsAllocationUsageType src);
rsScriptC_Lib.cpp 191 a->syncAll(rsc, usage);
rsAllocation.cpp 93 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) {
94 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
526 a->syncAll(rsc, src);
rs_hal.h 152 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 817 sm.getVertexAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
823 sm.getIndexSetAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
Allocation.java 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>
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
AllocationThunker.java 83 public void syncAll(int srcLocation) {
85 mN.syncAll(srcLocation);
Allocation.java 40 * {@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
325 public void syncAll(int srcLocation) {
707 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>
    [all...]
  /frameworks/rs/cpp/
Allocation.cpp 137 void Allocation::syncAll(RsAllocationUsageType srcLocation) {
rsCppStructs.h 282 * syncAll(int) in order to ensure that different users of the Allocation have
285 * developer must call syncAll(RS_ALLOCATION_USAGE_SCRIPT) prior to launching the
341 void syncAll(RsAllocationUsageType srcLocation);
350 * syncAll(Allocation.USAGE_SCRIPT) is required.
    [all...]
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 287 mLineIdxAlloc.syncAll(Allocation.USAGE_SCRIPT);
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromePageScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 312 milliseconds