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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp435 bool& resetPixelStore, GLuint& lastTextureId) {
446 resetPixelStore = true;
460 bool resetPixelStore = false; local
463 checkTextureUpdateForCache(caches, mACacheTextures, resetPixelStore, lastTextureId);
464 checkTextureUpdateForCache(caches, mRGBACacheTextures, resetPixelStore, lastTextureId);
471 if (resetPixelStore) {
434 checkTextureUpdateForCache(Caches& caches, std::vector<CacheTexture*>& cacheTextures, bool& resetPixelStore, GLuint& lastTextureId) argument

Completed in 39 milliseconds