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

  /external/chromium_org/third_party/skia/src/core/
SkResourceCache.cpp 406 static SkResourceCache* get_cache() { function
422 return get_cache()->getTotalBytesUsed();
427 return get_cache()->getTotalByteLimit();
432 return get_cache()->setTotalByteLimit(newLimit);
437 return get_cache()->discardableFactory();
442 return get_cache()->allocator();
447 get_cache()->dump();
452 return get_cache()->setSingleAllocationByteLimit(size);
457 return get_cache()->getSingleAllocationByteLimit();
462 return get_cache()->purgeAll()
    [all...]
  /external/skia/src/core/
SkScaledImageCache.cpp 696 static SkScaledImageCache* get_cache() { function
717 return get_cache()->findAndLock(pixelGenerationID, width, height, scaled);
726 return get_cache()->addAndLock(pixelGenerationID, width, height, scaled);
735 return get_cache()->findAndLock(orig, scaleX, scaleY, scaled);
741 return get_cache()->findAndLockMip(orig, mip);
749 return get_cache()->addAndLock(orig, scaleX, scaleY, scaled);
755 return get_cache()->addAndLockMip(orig, mip);
760 get_cache()->unlock(id);
762 // get_cache()->dump();
767 return get_cache()->getTotalBytesUsed()
    [all...]
  /external/valgrind/main/coregrind/
m_cache.c 592 get_cache(UInt level, VexCacheKind kind) function
644 ci->caches[i++] = get_cache(level, INSN_CACHE);
645 ci->caches[i++] = get_cache(level, DATA_CACHE);
649 ci->caches[i++] = get_cache(level, INSN_CACHE);
653 ci->caches[i++] = get_cache(level, DATA_CACHE);
657 ci->caches[i++] = get_cache(level, UNIFIED_CACHE);

Completed in 2167 milliseconds