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

  /frameworks/native/include/utils/
GenerationCache.h 26 * GenerationCache callback used when an item is removed
54 class GenerationCache {
56 GenerationCache(uint32_t maxCapacity);
57 virtual ~GenerationCache();
93 }; // class GenerationCache
96 GenerationCache<K, V>::GenerationCache(uint32_t maxCapacity): mMaxCapacity(maxCapacity),
101 GenerationCache<K, V>::~GenerationCache() {
106 uint32_t GenerationCache<K, V>::size() const
    [all...]
  /frameworks/base/libs/hwui/
TextDropShadowCache.cpp 31 mCache(GenerationCache<ShadowText, ShadowTexture*>::kUnlimitedCapacity),
46 mCache(GenerationCache<ShadowText, ShadowTexture*>::kUnlimitedCapacity),
TextureCache.h 27 #include "utils/GenerationCache.h"
133 GenerationCache<SkBitmap*, Texture*> mCache;
GradientCache.cpp 38 mCache(GenerationCache<GradientCacheEntry, Texture*>::kUnlimitedCapacity),
52 mCache(GenerationCache<GradientCacheEntry, Texture*>::kUnlimitedCapacity),
TextDropShadowCache.h 27 #include "utils/GenerationCache.h"
147 GenerationCache<ShadowText, ShadowTexture*> mCache;
GradientCache.h 27 #include "utils/GenerationCache.h"
150 GenerationCache<GradientCacheEntry, Texture*> mCache;
TextureCache.cpp 36 mCache(GenerationCache<SkBitmap*, Texture*>::kUnlimitedCapacity),
60 mCache(GenerationCache<SkBitmap*, Texture*>::kUnlimitedCapacity),
ShapeCache.h 32 #include "utils/GenerationCache.h"
359 GenerationCache<Entry, PathTexture*> mCache;
418 mCache(GenerationCache<ShapeCacheEntry, PathTexture*>::kUnlimitedCapacity),
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 25 #include <utils/GenerationCache.h>
283 GenerationCache<TextLayoutCacheKey, sp<TextLayoutValue> > mCache;
TextLayoutCache.cpp 48 mCache(GenerationCache<TextLayoutCacheKey, sp<TextLayoutValue> >::kUnlimitedCapacity),
    [all...]

Completed in 73 milliseconds