Home
last modified time | relevance | path

Searched defs:cacheTexture (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DFontRenderer.cpp177 CacheTexture* cacheTexture = cacheTextures[i]; in flushLargeCaches() local
252 CacheTexture* cacheTexture = cacheBitmapInTexture(*cacheTextures, glyph, &startX, &startY); in cacheBitmap() local
392 CacheTexture* cacheTexture = new CacheTexture(width, height, format, kMaxNumberOfQuads); in createCacheTexture() local
437 CacheTexture* cacheTexture = cacheTextures[i]; in checkTextureUpdateForCache() local
735 CacheTexture* cacheTexture = cacheTextures[i]; in calculateCacheSize() local
746 CacheTexture* cacheTexture = cacheTextures[i]; in calculateFreeCacheSize() local
773 CacheTexture* cacheTexture = cacheTextures[i]; in dumpTextures() local
/frameworks/base/libs/hwui/font/
DFont.cpp126 void Font::invalidateTextureCache(CacheTexture* cacheTexture) { in invalidateTextureCache()
211 CacheTexture* cacheTexture = glyph->mCacheTexture; in drawCachedGlyphBitmap() local