Searched refs:mRGBACacheTextures (Results 1 – 2 of 2) sorted by relevance
136 clearCacheTextures(mRGBACacheTextures); in ~FontRenderer()161 for (uint32_t i = 0; i < mRGBACacheTextures.size(); i++) { in flushAllAndInvalidate()162 mRGBACacheTextures[i]->init(); in flushAllAndInvalidate()164 mHistoryTracker.glyphsCleared(mRGBACacheTextures[i]); in flushAllAndInvalidate()191 flushLargeCaches(mRGBACacheTextures); in flushLargeCaches()229 cacheTextures = &mRGBACacheTextures; in cacheBitmap()403 clearCacheTextures(mRGBACacheTextures); in initTextTexture()414 mRGBACacheTextures.push_back( in initTextTexture()416 mRGBACacheTextures.push_back( in initTextTexture()462 checkTextureUpdateForCache(caches, mRGBACacheTextures, resetPixelStore, lastTextureId); in checkTextureUpdate()[all …]
170 std::vector<CacheTexture*> mRGBACacheTextures; variable