Home
last modified time | relevance | path

Searched refs:mLastCacheTexture (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DFontRenderer.h158 CacheTexture* mLastCacheTexture; variable
DFontRenderer.cpp51 mLastCacheTexture = NULL; in FontRenderer()
324 if (!mUploadTexture && mLastCacheTexture == mCurrentCacheTexture) { in checkTextureUpdate()
362 mLastCacheTexture = mCurrentCacheTexture; in checkTextureUpdate()