Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.cpp174 CacheTexture* cacheTexture = cacheTextures[i]; in flushLargeCaches() local
250 CacheTexture* cacheTexture = cacheBitmapInTexture(*cacheTextures, glyph, &startX, &startY); in cacheBitmap() local
390 CacheTexture* cacheTexture = new CacheTexture(width, height, format, kMaxNumberOfQuads); in createCacheTexture() local
435 CacheTexture* cacheTexture = cacheTextures[i]; in checkTextureUpdateForCache() local
730 CacheTexture* cacheTexture = cacheTextures[i]; in calculateCacheSize() local
741 CacheTexture* cacheTexture = cacheTextures[i]; in calculateFreeCacheSize() local
768 CacheTexture* cacheTexture = cacheTextures[i]; in dumpTextures() local
/frameworks/base/libs/hwui/font/
DFont.cpp126 void Font::invalidateTextureCache(CacheTexture* cacheTexture) { in invalidateTextureCache()
210 CacheTexture* cacheTexture = glyph->mCacheTexture; in drawCachedGlyphBitmap() local