Home
last modified time | relevance | path

Searched refs:getCompositorTiming (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.h50 egl::Error getCompositorTiming(EGLint numTimestamps,
DSurfaceEGL.cpp184 egl::Error SurfaceEGL::getCompositorTiming(EGLint numTimestamps, in getCompositorTiming() function in rx::SurfaceEGL
/external/angle/src/libANGLE/renderer/
DSurfaceImpl.cpp69 egl::Error SurfaceImpl::getCompositorTiming(EGLint numTimestamps, in getCompositorTiming() function in rx::SurfaceImpl
DSurfaceImpl.h103 virtual egl::Error getCompositorTiming(EGLint numTimestamps,
/external/angle/src/libANGLE/
DSurface.cpp647 Error Surface::getCompositorTiming(EGLint numTimestamps, in getCompositorTiming() function in egl::Surface
651 return mImplementation->getCompositorTiming(numTimestamps, names, values); in getCompositorTiming()
DSurface.h175 Error getCompositorTiming(EGLint numTimestamps,
/external/angle/src/libGLESv2/
Degl_ext_stubs.cpp287 ANGLE_EGL_TRY_RETURN(thread, eglSurface->getCompositorTiming(numTimestamps, names, values), in GetCompositorTimingANDROID()