Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DSurfaceImpl.cpp81 egl::SupportedTimestamps SurfaceImpl::getSupportedTimestamps() const in getSupportedTimestamps() function in rx::SurfaceImpl
DSurfaceImpl.h96 virtual egl::SupportedTimestamps getSupportedTimestamps() const;
/external/angle/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.h52 egl::SupportedTimestamps getSupportedTimestamps() const override;
DSurfaceEGL.cpp208 egl::SupportedTimestamps SurfaceEGL::getSupportedTimestamps() const in getSupportedTimestamps() function in rx::SurfaceEGL
/external/angle/src/libANGLE/
DSurface.cpp205 mState.supportedTimestamps = mImplementation->getSupportedTimestamps(); in initialize()
569 const SupportedTimestamps &Surface::getSupportedTimestamps() const in getSupportedTimestamps() function in egl::Surface
DSurface.h166 const SupportedTimestamps &getSupportedTimestamps() const;
DvalidationEGL.cpp4116 if (!surface->getSupportedTimestamps().test(timestamp)) in ValidateGetFrameTimestampsANDROID()
/external/angle/src/libGLESv2/
Dentry_points_egl_ext.cpp1448 return eglSurface->getSupportedTimestamps().test(timestampInternal); in EGL_GetFrameTimestampSupportedANDROID()