Home
last modified time | relevance | path

Searched refs:kSmallDirtyContentDetection (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFeatures.h31 kSmallDirtyContentDetection = 1 << 5, enumerator
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableScheduler.h52 Feature::kSmallDirtyContentDetection, in TestableScheduler()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h333 return mFeatures.test(Feature::kSmallDirtyContentDetection) && in supportSmallDirtyDetection()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4497 features |= Feature::kSmallDirtyContentDetection; in initScheduler()