Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DSurfaceImpl.cpp87 egl::Error SurfaceImpl::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() function in rx::SurfaceImpl
DSurfaceImpl.h94 virtual egl::Error getFrameTimestamps(EGLuint64KHR frameId,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DSurface.cpp173 if (mType == EGL_WINDOW_BIT && display->getExtensions().getFrameTimestamps) in initialize()
524 Error Surface::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() function in egl::Surface
529 return mImplementation->getFrameTimestamps(frameId, numTimestamps, timestamps, values); in getFrameTimestamps()
DvalidationEGL.cpp3442 if (!display->getExtensions().getFrameTimestamps) in ValidateSurfaceAttrib()
3552 if (!display->getExtensions().getFrameTimestamps) in ValidateQuerySurface()
3672 if (!display->getExtensions().getFrameTimestamps) in ValidateGetCompositorTimingSupportedANDROID()
3695 if (!display->getExtensions().getFrameTimestamps) in ValidateGetCompositorTimingANDROID()
3741 if (!display->getExtensions().getFrameTimestamps) in ValidateGetNextFrameIdANDROID()
3762 if (!display->getExtensions().getFrameTimestamps) in ValidateGetFrameTimestampSupportedANDROID()
3786 if (!display->getExtensions().getFrameTimestamps) in ValidateGetFrameTimestampsANDROID()
DSurface.h163 Error getFrameTimestamps(EGLuint64KHR frameId,
DCaps.h903 bool getFrameTimestamps = false; member
DCaps.cpp1186 …InsertExtensionString("EGL_ANDROID_get_frame_timestamps", getFrameTimestamps, … in getStrings()
/third_party/skia/third_party/externals/angle2/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.cpp858 outExtensions->getFrameTimestamps = mEGL->hasExtension("EGL_ANDROID_get_frame_timestamps"); in generateExtensions()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.h53 egl::Error getFrameTimestamps(EGLuint64KHR frameId,
DDisplayEGL.cpp142 outExtensions->getFrameTimestamps = mEGL->hasExtension("EGL_ANDROID_get_frame_timestamps"); in generateExtensions()
DSurfaceEGL.cpp221 egl::Error SurfaceEGL::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() function in rx::SurfaceEGL
/third_party/skia/third_party/externals/angle2/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,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.cpp237 if (mType == EGL_WINDOW_BIT && display->getExtensions().getFrameTimestamps) in initialize()
675 Error Surface::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() function in egl::Surface
680 return mImplementation->getFrameTimestamps(frameId, numTimestamps, timestamps, values); in getFrameTimestamps()
DCaps.h548 bool getFrameTimestamps = false; member
DSurface.h194 Error getFrameTimestamps(EGLuint64KHR frameId,
DvalidationEGL.cpp5204 if (!display->getExtensions().getFrameTimestamps) in ValidateSurfaceAttrib()
5346 if (!display->getExtensions().getFrameTimestamps) in ValidateQuerySurface()
5530 if (!display->getExtensions().getFrameTimestamps) in ValidateGetCompositorTimingSupportedANDROID()
5557 if (!display->getExtensions().getFrameTimestamps) in ValidateGetCompositorTimingANDROID()
5611 if (!display->getExtensions().getFrameTimestamps) in ValidateGetNextFrameIdANDROID()
5636 if (!display->getExtensions().getFrameTimestamps) in ValidateGetFrameTimestampSupportedANDROID()
5664 if (!display->getExtensions().getFrameTimestamps) in ValidateGetFrameTimestampsANDROID()
DCaps.cpp1272 …InsertExtensionString("EGL_ANDROID_get_frame_timestamps", getFrameTimestamps, … in getStrings()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_ext_stubs.cpp331 thread, eglSurface->getFrameTimestamps(frameId, numTimestamps, timestamps, values), in GetFrameTimestampsANDROID()
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_ext.cpp1417 thread, eglSurface->getFrameTimestamps(frameId, numTimestamps, timestamps, values), in EGL_GetFrameTimestampsANDROID()