Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.h44 using SupportedTimestamps = angle::PackedEnumBitSet<Timestamp>; variable
61 SupportedTimestamps supportedTimestamps;
193 const SupportedTimestamps &getSupportedTimestamps() const;
DSurface.cpp670 const SupportedTimestamps &Surface::getSupportedTimestamps() const in getSupportedTimestamps()
/third_party/skia/third_party/externals/angle2/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;