Searched refs:get_cache (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkResourceCache.cpp406 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()
[all...]
/external/skia/src/core/
H A DSkScaledImageCache.cpp696 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()
[all...]
/external/valgrind/main/coregrind/
H A Dm_cache.c592 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 142 milliseconds