Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h401 colorMatrixChanged = other.colorMatrixChanged;
402 if (colorMatrixChanged) {
414 bool colorMatrixChanged = true; variable
H A DSurfaceFlinger.cpp2095 if (CC_UNLIKELY(mDrawingState.colorMatrixChanged)) { in onMessageRefresh()
2097 mDrawingState.colorMatrixChanged = false; in onMessageRefresh()
3269 mCurrentState.colorMatrixChanged = false; in commitTransactionLocked()
5277 mCurrentState.colorMatrixChanged = true; in updateColorMatrixLocked()