Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DSurface.h43 using SupportedCompositorTiming = angle::PackedEnumBitSet<CompositorTiming>; variable
59 SupportedCompositorTiming supportedCompositorTimings;
174 const SupportedCompositorTiming &getSupportedCompositorTimings() const;
DSurface.cpp642 const SupportedCompositorTiming &Surface::getSupportedCompositorTimings() const in getSupportedCompositorTimings()