Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DSurfaceImpl.cpp63 egl::SupportedCompositorTimings SurfaceImpl::getSupportedCompositorTimings() const in getSupportedCompositorTimings()
66 return egl::SupportedCompositorTimings(); in getSupportedCompositorTimings()
DSurfaceImpl.h39 using SupportedCompositorTimings = angle::PackedEnumBitSet<CompositorTiming>; variable
102 virtual egl::SupportedCompositorTimings getSupportedCompositorTimings() const;
/external/angle/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.cpp172 egl::SupportedCompositorTimings SurfaceEGL::getSupportedCompositorTimings() const in getSupportedCompositorTimings()
176 egl::SupportedCompositorTimings result; in getSupportedCompositorTimings()
DSurfaceEGL.h49 egl::SupportedCompositorTimings getSupportedCompositorTimings() const override;