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

  /frameworks/base/libs/hwui/
TextureCache.h 52 class TextureCache: public OnEntryRemoved<const SkPixelRef*, Texture*> {
54 TextureCache();
55 TextureCache(uint32_t maxByteSize);
56 ~TextureCache();
162 }; // class TextureCache
TextureCache.cpp 27 #include "TextureCache.h"
37 TextureCache::TextureCache():
61 TextureCache::TextureCache(uint32_t maxByteSize):
67 TextureCache::~TextureCache() {
71 void TextureCache::init() {
84 uint32_t TextureCache::getSize() {
88 uint32_t TextureCache::getMaxSize()
    [all...]

Completed in 43 milliseconds