Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.cpp183 CacheTexture* cacheTexture = cacheTextures[i]; in flushLargeCaches() local
255 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
742 CacheTexture* cacheTexture = cacheTextures[i]; in calculateCacheSize() local
/frameworks/base/libs/hwui/font/
DFont.cpp126 void Font::invalidateTextureCache(CacheTexture* cacheTexture) { in invalidateTextureCache()
211 CacheTexture* cacheTexture = glyph->mCacheTexture; in drawCachedGlyphBitmap() local