Home
last modified time | relevance | path

Searched refs:mCacheDirty (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DShaderCache.cpp217 mCacheDirty = true; in store()
231 if (mCacheDirty || mNewPipelineCacheSize != mOldPipelineCacheSize) { in store()
235 mCacheDirty = false; in store()
H A DShaderCache.h205 bool mCacheDirty GUARDED_BY(mMutex) = false;
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DShaderCacheTests.cpp65 cache.mCacheDirty = newCache.mCacheDirty; in reinitializeAllFields()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java527 state.mCacheDirty = true; in onStateChange()
630 state.mCacheDirty = true; in applyTheme()
737 state.mCacheDirty = true; in inflate()
953 boolean mCacheDirty; field in VectorDrawable.VectorDrawableState
1045 if (!mCacheDirty in canReuseCache()
1063 mCacheDirty = false; in updateCacheStates()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17479 Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;->mCacheDirty:Z