Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp150 mDaltonize(false), in SurfaceFlinger()
1064 if (mDebugDisableHWC || mDebugRegion || mDaltonize || mHasColorMatrix) { in setUpHWComposer()
1789 if (CC_LIKELY(!mDaltonize && !mHasColorMatrix)) { in doDisplayComposition()
1794 if (mDaltonize) { in doDisplayComposition()
2683 (mDebugDisableHWC || mDebugRegion || mDaltonize in dumpAllLocked()
2845 mDaltonize = n > 0; in onTransact()
DSurfaceFlinger.h492 bool mDaltonize; variable