Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2972 const bool hasGpuComposited = coverage.test(CompositionCoverage::Gpu); in composite() local
2974 clientCompositionRecord.hadClientComposition = hasGpuComposited; in composite()
2976 clientCompositionRecord.changed = hadGpuComposited != hasGpuComposited; in composite()