Home
last modified time | relevance | path

Searched refs:getSupportedTimestamps (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.h54 egl::SupportedTimestamps getSupportedTimestamps() const override;
DSurfaceEGL.cpp210 egl::SupportedTimestamps SurfaceEGL::getSupportedTimestamps() const in getSupportedTimestamps() function in rx::SurfaceEGL
/external/angle/src/libANGLE/renderer/
DSurfaceImpl.cpp83 egl::SupportedTimestamps SurfaceImpl::getSupportedTimestamps() const in getSupportedTimestamps() function in rx::SurfaceImpl
DSurfaceImpl.h107 virtual egl::SupportedTimestamps getSupportedTimestamps() const;
/external/angle/src/libANGLE/
DSurface.cpp234 mState.supportedTimestamps = mImplementation->getSupportedTimestamps(); in initialize()
659 const SupportedTimestamps &Surface::getSupportedTimestamps() const in getSupportedTimestamps() function in egl::Surface
DSurface.h180 const SupportedTimestamps &getSupportedTimestamps() const;
DvalidationEGL.cpp5480 if (!surface->getSupportedTimestamps().test(timestamp)) in ValidateGetFrameTimestampsANDROID()
/external/angle/src/libGLESv2/
Degl_ext_stubs.cpp317 return eglSurface->getSupportedTimestamps().test(timestampInternal); in GetFrameTimestampSupportedANDROID()