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

  /frameworks/rs/cpp/
Allocation.h 73 void syncAll(RsAllocationUsageType srcLocation);
Allocation.cpp 142 void Allocation::syncAll(RsAllocationUsageType srcLocation) {
  /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 88 void syncAll(Context *rsc, RsAllocationUsageType src);
rsScriptC_Lib.cpp 165 a->syncAll(rsc, usage);
rsAllocation.cpp 72 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) {
73 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
489 a->syncAll(rsc, src);
rs_hal.h 145 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
  /frameworks/support/renderscript/v8/rs_support/
rsAllocation.h 85 void syncAll(Context *rsc, RsAllocationUsageType src);
rsScriptC_Lib.cpp 165 a->syncAll(rsc, usage);
rsAllocation.cpp 67 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) {
68 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
427 a->syncAll(rsc, src);
rs_hal.h 145 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 816 sm.getVertexAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
822 sm.getIndexSetAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
Allocation.java 57 * memory types. A {@link android.renderscript.Allocation#syncAll syncAll()}
344 public void syncAll(int srcLocation) {
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/common/
BlobCacheTest.java 654 bc.syncAll();
669 bc.syncAll();
683 bc.syncAll();
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 287 mLineIdxAlloc.syncAll(Allocation.USAGE_SCRIPT);
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
Allocation.java 55 * memory types. A {@link android.renderscript.Allocation#syncAll syncAll()}
272 public void syncAll(int srcLocation) {
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 507 milliseconds