Searched refs:resetPixelStore (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp443 bool& resetPixelStore, GLuint& lastTextureId) {
454 resetPixelStore = true;
468 bool resetPixelStore = false; local
472 checkTextureUpdateForCache(caches, mACacheTextures, resetPixelStore, lastTextureId);
473 checkTextureUpdateForCache(caches, mRGBACacheTextures, resetPixelStore, lastTextureId);
480 if (resetPixelStore) {
442 checkTextureUpdateForCache(Caches& caches, Vector<CacheTexture*>& cacheTextures, bool& resetPixelStore, GLuint& lastTextureId) argument

Completed in 414 milliseconds