Lines Matching refs:TextureCache
36 TextureCache::TextureCache() in TextureCache() function in android::uirenderer::TextureCache
46 TextureCache::~TextureCache() { in ~TextureCache()
54 uint32_t TextureCache::getSize() { in getSize()
58 uint32_t TextureCache::getMaxSize() { in getMaxSize()
66 void TextureCache::operator()(uint32_t&, Texture*& texture) { in operator ()()
84 void TextureCache::resetMarkInUse(void* ownerToken) { in resetMarkInUse()
93 bool TextureCache::canMakeTextureFromBitmap(Bitmap* bitmap) { in canMakeTextureFromBitmap()
102 Texture* TextureCache::createTexture(Bitmap* bitmap) { in createTexture()
112 Texture* TextureCache::getCachedTexture(Bitmap* bitmap) { in getCachedTexture()
166 bool TextureCache::prefetchAndMarkInUse(void* ownerToken, Bitmap* bitmap) { in prefetchAndMarkInUse()
174 bool TextureCache::prefetch(Bitmap* bitmap) { in prefetch()
178 Texture* TextureCache::get(Bitmap* bitmap) { in get()
192 bool TextureCache::destroyTexture(uint32_t pixelRefStableID) { in destroyTexture()
202 void TextureCache::clear() { in clear()
211 void TextureCache::flush() { in flush()