Home
last modified time | relevance | path

Searched refs:getFrameTimestamps (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.h55 egl::Error getFrameTimestamps(EGLuint64KHR frameId,
DSurfaceEGL.cpp223 egl::Error SurfaceEGL::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() function in rx::SurfaceEGL
DDisplayEGL.cpp674 outExtensions->getFrameTimestamps = mEGL->hasExtension("EGL_ANDROID_get_frame_timestamps"); in generateExtensions()
/external/angle/src/libANGLE/renderer/
DSurfaceImpl.cpp89 egl::Error SurfaceImpl::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() function in rx::SurfaceImpl
DSurfaceImpl.h108 virtual egl::Error getFrameTimestamps(EGLuint64KHR frameId,
/external/angle/src/libANGLE/
DSurface.cpp231 if (mType == EGL_WINDOW_BIT && display->getExtensions().getFrameTimestamps) in initialize()
664 Error Surface::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() function in egl::Surface
669 return mImplementation->getFrameTimestamps(frameId, numTimestamps, timestamps, values); in getFrameTimestamps()
DSurface.h181 Error getFrameTimestamps(EGLuint64KHR frameId,
DvalidationEGL.cpp4984 if (!display->getExtensions().getFrameTimestamps) in ValidateSurfaceAttrib()
5136 if (!display->getExtensions().getFrameTimestamps) in ValidateQuerySurface()
5303 if (!display->getExtensions().getFrameTimestamps) in ValidateGetCompositorTimingSupportedANDROID()
5330 if (!display->getExtensions().getFrameTimestamps) in ValidateGetCompositorTimingANDROID()
5384 if (!display->getExtensions().getFrameTimestamps) in ValidateGetNextFrameIdANDROID()
5409 if (!display->getExtensions().getFrameTimestamps) in ValidateGetFrameTimestampSupportedANDROID()
5437 if (!display->getExtensions().getFrameTimestamps) in ValidateGetFrameTimestampsANDROID()
DCaps.h1182 bool getFrameTimestamps = false; member
DCaps.cpp1502 …InsertExtensionString("EGL_ANDROID_get_frame_timestamps", getFrameTimestamps, … in getStrings()
/external/angle/src/libGLESv2/
Degl_ext_stubs.cpp331 thread, eglSurface->getFrameTimestamps(frameId, numTimestamps, timestamps, values), in GetFrameTimestampsANDROID()