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

  /frameworks/base/libs/hwui/
TextureCache.cpp 26 #include "TextureCache.h"
36 TextureCache::TextureCache():
60 TextureCache::TextureCache(uint32_t maxByteSize):
66 TextureCache::~TextureCache() {
70 void TextureCache::init() {
83 uint32_t TextureCache::getSize() {
87 uint32_t TextureCache::getMaxSize()
    [all...]
TextureCache.h 52 class TextureCache: public OnEntryRemoved<SkBitmap*, Texture*> {
54 TextureCache();
55 TextureCache(uint32_t maxByteSize);
56 ~TextureCache();
145 }; // class TextureCache
Android.mk 45 TextureCache.cpp \
Caches.h 38 #include "TextureCache.h"
326 TextureCache textureCache;

Completed in 681 milliseconds