Searched refs:usedGpuComposition (Results 1 – 3 of 3) sorted by relevance
110 VsyncModulator::VsyncConfigOpt VsyncModulator::onDisplayRefresh(bool usedGpuComposition) { in onDisplayRefresh() argument120 if (usedGpuComposition) { in onDisplayRefresh()
108 [[nodiscard]] VsyncConfigOpt onDisplayRefresh(bool usedGpuComposition);
2137 const bool usedGpuComposition = mHadClientComposition || mReusedClientComposition; in onMessageRefresh() local2138 modulateVsync(&VsyncModulator::onDisplayRefresh, usedGpuComposition); in onMessageRefresh()