Searched refs:hasGpuComposited (Results 1 – 1 of 1) sorted by relevance
2972 const bool hasGpuComposited = coverage.test(CompositionCoverage::Gpu); in composite() local2974 clientCompositionRecord.hadClientComposition = hasGpuComposited; in composite()2976 clientCompositionRecord.changed = hadGpuComposited != hasGpuComposited; in composite()