Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.cpp144 return VsyncConfigType::EarlyGpu; in getNextVsyncConfigType()
154 case VsyncConfigType::EarlyGpu: in getNextVsyncConfig()
DVsyncModulator.h84 enum class VsyncConfigType { Early, EarlyGpu, Late }; enumerator