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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h704 bool mDaltonize; member in class:android::SurfaceFlinger
H A DSurfaceFlinger_hwc1.cpp147 mDaltonize(false),
1433 if (mDebugDisableHWC || mDebugRegion || mDaltonize || mHasColorMatrix) {
2160 if (CC_LIKELY(!mDaltonize && !mHasColorMatrix)) {
2165 if (mDaltonize) {
3311 (mDebugDisableHWC || mDebugRegion || mDaltonize
3490 mDaltonize = n > 0;

Completed in 54 milliseconds