Home
last modified time | relevance | path

Searched refs:SupportedTimestamps (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/
DSurfaceImpl.cpp83 egl::SupportedTimestamps SurfaceImpl::getSupportedTimestamps() const in getSupportedTimestamps()
86 return egl::SupportedTimestamps(); in getSupportedTimestamps()
DSurfaceImpl.h38 using SupportedTimestamps = angle::PackedEnumBitSet<Timestamp>; variable
107 virtual egl::SupportedTimestamps getSupportedTimestamps() const;
/external/angle/src/libANGLE/
DSurface.h44 using SupportedTimestamps = angle::PackedEnumBitSet<Timestamp>; variable
60 SupportedTimestamps supportedTimestamps;
180 const SupportedTimestamps &getSupportedTimestamps() const;
DSurface.cpp659 const SupportedTimestamps &Surface::getSupportedTimestamps() const in getSupportedTimestamps()
/external/angle/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.cpp210 egl::SupportedTimestamps SurfaceEGL::getSupportedTimestamps() const in getSupportedTimestamps()
214 egl::SupportedTimestamps result; in getSupportedTimestamps()
DSurfaceEGL.h54 egl::SupportedTimestamps getSupportedTimestamps() const override;