Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.cpp191 CacheTexture* cacheTexture = cacheTextures[i]; in flushLargeCaches() local
263 CacheTexture* cacheTexture = cacheBitmapInTexture(*cacheTextures, glyph, &startX, &startY); in cacheBitmap() local
400 CacheTexture* cacheTexture = new CacheTexture(width, height, format, gMaxNumberOfQuads); in createCacheTexture() local
445 CacheTexture* cacheTexture = cacheTextures[i]; in checkTextureUpdateForCache() local
787 CacheTexture* cacheTexture = cacheTextures[i]; in calculateCacheSize() local
/frameworks/base/libs/hwui/font/
DFont.cpp132 void Font::invalidateTextureCache(CacheTexture* cacheTexture) { in invalidateTextureCache()
217 CacheTexture* cacheTexture = glyph->mCacheTexture; in drawCachedGlyphBitmap() local