Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DSurfaceImpl.cpp87 egl::Error SurfaceImpl::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() function in rx::SurfaceImpl
DSurfaceImpl.h97 virtual egl::Error getFrameTimestamps(EGLuint64KHR frameId,
/external/angle/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.h53 egl::Error getFrameTimestamps(EGLuint64KHR frameId,
DSurfaceEGL.cpp221 egl::Error SurfaceEGL::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() function in rx::SurfaceEGL
DDisplayEGL.cpp629 outExtensions->getFrameTimestamps = mEGL->hasExtension("EGL_ANDROID_get_frame_timestamps"); in generateExtensions()
/external/angle/src/libANGLE/
DSurface.cpp202 if (mType == EGL_WINDOW_BIT && display->getExtensions().getFrameTimestamps) in initialize()
574 Error Surface::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() function in egl::Surface
579 return mImplementation->getFrameTimestamps(frameId, numTimestamps, timestamps, values); in getFrameTimestamps()
DvalidationEGL.cpp3736 if (!display->getExtensions().getFrameTimestamps) in ValidateSurfaceAttrib()
3846 if (!display->getExtensions().getFrameTimestamps) in ValidateQuerySurface()
3966 if (!display->getExtensions().getFrameTimestamps) in ValidateGetCompositorTimingSupportedANDROID()
3989 if (!display->getExtensions().getFrameTimestamps) in ValidateGetCompositorTimingANDROID()
4035 if (!display->getExtensions().getFrameTimestamps) in ValidateGetNextFrameIdANDROID()
4056 if (!display->getExtensions().getFrameTimestamps) in ValidateGetFrameTimestampSupportedANDROID()
4080 if (!display->getExtensions().getFrameTimestamps) in ValidateGetFrameTimestampsANDROID()
DSurface.h167 Error getFrameTimestamps(EGLuint64KHR frameId,
DCaps.h999 bool getFrameTimestamps = false; member
DCaps.cpp1377 …InsertExtensionString("EGL_ANDROID_get_frame_timestamps", getFrameTimestamps, … in getStrings()
/external/angle/src/libGLESv2/
Dentry_points_egl_ext.cpp1476 thread, eglSurface->getFrameTimestamps(frameId, numTimestamps, timestamps, values), in EGL_GetFrameTimestampsANDROID()