Lines Matching refs:mRGBACacheTextures
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()
498 issueDrawCommand(mRGBACacheTextures); in issueDrawCommand()
755 return mRGBACacheTextures; in cacheTexturesForFormat()