Home
last modified time | relevance | path

Searched refs:frameId (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.cpp198 egl::Error SurfaceEGL::getNextFrameId(EGLuint64KHR *frameId) const in getNextFrameId()
202 EGLBoolean success = mEGL->getNextFrameIdANDROID(mSurface, frameId); in getNextFrameId()
223 egl::Error SurfaceEGL::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() argument
232 mEGL->getFrameTimestampsANDROID(mSurface, frameId, numTimestamps, timestamps, values); in getFrameTimestamps()
DSurfaceEGL.h53 egl::Error getNextFrameId(EGLuint64KHR *frameId) const override;
55 egl::Error getFrameTimestamps(EGLuint64KHR frameId,
DFunctionsEGL.h98 EGLBoolean getNextFrameIdANDROID(EGLSurface surface, EGLuint64KHR *frameId) const;
101 EGLuint64KHR frameId,
DFunctionsEGL.cpp505 EGLBoolean FunctionsEGL::getNextFrameIdANDROID(EGLSurface surface, EGLuint64KHR *frameId) const in getNextFrameIdANDROID()
507 return mFnPtrs->getNextFrameIdANDROIDPtr(mEGLDisplay, surface, frameId); in getNextFrameIdANDROID()
517 EGLuint64KHR frameId, in getFrameTimestampsANDROID() argument
522 return mFnPtrs->getFrameTimestampsANDROIDPtr(mEGLDisplay, surface, frameId, numTimestamps, in getFrameTimestampsANDROID()
/third_party/EGL/extensions/ANDROID/
DEGL_ANDROID_get_frame_timestamps.txt69 EGLuint64KHR *frameId);
76 EGLuint64KHR frameId, EGLint numTimestamps,
117 EGLuint64KHR *frameId);
150 EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps,
156 The frameId indicates which frame to query. The implementation maintains a
246 - Use an absolute frameId rather than a relative framesAgo.
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_get_frame_timestamps.txt69 EGLuint64KHR *frameId);
76 EGLuint64KHR frameId, EGLint numTimestamps,
117 EGLuint64KHR *frameId);
150 EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps,
156 The frameId indicates which frame to query. The implementation maintains a
242 - Use an absolute frameId rather than a relative framesAgo.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DSurfaceImpl.cpp77 egl::Error SurfaceImpl::getNextFrameId(EGLuint64KHR *frameId) const in getNextFrameId()
89 egl::Error SurfaceImpl::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() argument
DSurfaceImpl.h106 virtual egl::Error getNextFrameId(EGLuint64KHR *frameId) const;
108 virtual egl::Error getFrameTimestamps(EGLuint64KHR frameId,
/third_party/vk-gl-cts/modules/egl/
DteglGetFrameTimestampsTests.cpp77 …GetNextFrameIdANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLuint64KHR *frameId);
80 …DROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLuint64KHR frameId, eglw::EGLint num…
111 : frameId (-1) in FrameTimes()
128 EGLuint64KHR frameId; member
622 frame.frameId = nextFrameId; in executeForConfig()
665 display, *surface, frame6ago.frameId, static_cast<eglw::EGLint>(supportedNames.size()), in executeForConfig()
690 display, *surface, lastFrame.frameId, static_cast<eglw::EGLint>(supportedNames.size()), in executeForConfig()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DServer.cpp253 auto frame = lock.get(Frame::ID(req.frameId)); in Impl()
256 return dap::Error("Frame %d not found", req.frameId); in Impl()
425 if(req.frameId.has_value()) in Impl()
427 auto frame = lock.get(Frame::ID(req.frameId.value(0))); in Impl()
430 return dap::Error("Unknown frame %d", int(req.frameId.value())); in Impl()
/third_party/skia/src/codec/
DSkCodec.cpp376 if (preppedFrame->frameId() == requiredFrame) { in handleFrameIndex()
880 const int i = frame->frameId(); in setAlphaAndRequiredFrame()
897 const int prevId = prevFrame->frameId(); in setAlphaAndRequiredFrame()
923 frame->setRequiredFrame(prevFrame->frameId()); // DEP5 in setAlphaAndRequiredFrame()
940 frame->setRequiredFrame(prevFrame->frameId()); // DEP7 in setAlphaAndRequiredFrame()
DSkFrameHolder.h53 int frameId() const { return fId; } in frameId() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.cpp665 Error Surface::getNextFrameId(EGLuint64KHR *frameId) const in getNextFrameId()
667 return mImplementation->getNextFrameId(frameId); in getNextFrameId()
675 Error Surface::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps() argument
680 return mImplementation->getFrameTimestamps(frameId, numTimestamps, timestamps, values); in getFrameTimestamps()
DSurface.h192 Error getNextFrameId(EGLuint64KHR *frameId) const;
194 Error getFrameTimestamps(EGLuint64KHR frameId,
DvalidationEGL_autogen.h200 const EGLuint64KHR *frameId);
208 EGLuint64KHR frameId,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_ext_autogen.cpp108 EGLuint64KHR *frameId) in EGL_GetNextFrameIdANDROID() argument
113 (uintptr_t)dpy, (uintptr_t)surface, (uintptr_t)frameId); in EGL_GetNextFrameIdANDROID()
121 dpyPacked, surfacePacked, frameId); in EGL_GetNextFrameIdANDROID()
123 return GetNextFrameIdANDROID(thread, dpyPacked, surfacePacked, frameId); in EGL_GetNextFrameIdANDROID()
149 EGLuint64KHR frameId, in EGL_GetFrameTimestampsANDROID() argument
159 (uintptr_t)dpy, (uintptr_t)surface, static_cast<unsigned long long>(frameId), in EGL_GetFrameTimestampsANDROID()
168 dpyPacked, surfacePacked, frameId, numTimestamps, timestamps, values); in EGL_GetFrameTimestampsANDROID()
170 return GetFrameTimestampsANDROID(thread, dpyPacked, surfacePacked, frameId, numTimestamps, in EGL_GetFrameTimestampsANDROID()
Dentry_points_egl_ext_autogen.h40 EGLuint64KHR *frameId);
46 EGLuint64KHR frameId,
Degl_ext_stubs.cpp298 EGLuint64KHR *frameId) in GetNextFrameIdANDROID() argument
302 ANGLE_EGL_TRY_RETURN(thread, eglSurface->getNextFrameId(frameId), "eglGetNextFrameIdANDROID", in GetNextFrameIdANDROID()
323 EGLuint64KHR frameId, in GetFrameTimestampsANDROID() argument
331 thread, eglSurface->getFrameTimestamps(frameId, numTimestamps, timestamps, values), in GetFrameTimestampsANDROID()
Degl_ext_stubs_autogen.h115 EGLuint64KHR *frameId);
123 EGLuint64KHR frameId,
/third_party/skia/third_party/externals/angle2/src/libEGL/
DlibEGL_autogen.cpp424 EGLuint64KHR *frameId) in eglGetNextFrameIdANDROID() argument
427 return EGL_GetNextFrameIdANDROID(dpy, surface, frameId); in eglGetNextFrameIdANDROID()
440 EGLuint64KHR frameId, in eglGetFrameTimestampsANDROID() argument
446 return EGL_GetFrameTimestampsANDROID(dpy, surface, frameId, numTimestamps, timestamps, values); in eglGetFrameTimestampsANDROID()
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglext.h518 …NTRYP PFNEGLGETNEXTFRAMEIDANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
520 …TIMESTAMPSANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimest…
524 …n EGLAPIENTRY eglGetNextFrameIdANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
526 …FrameTimestampsANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimest…
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglext.h518 …NTRYP PFNEGLGETNEXTFRAMEIDANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
520 …TIMESTAMPSANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimest…
524 …n EGLAPIENTRY eglGetNextFrameIdANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
526 …FrameTimestampsANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimest…
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglext.h503 …NTRYP PFNEGLGETNEXTFRAMEIDANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
505 …TIMESTAMPSANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimest…
509 …n EGLAPIENTRY eglGetNextFrameIdANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
511 …FrameTimestampsANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimest…
/third_party/mesa3d/include/EGL/
Deglext.h508 …NTRYP PFNEGLGETNEXTFRAMEIDANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
510 …TIMESTAMPSANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimest…
514 …n EGLAPIENTRY eglGetNextFrameIdANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
516 …FrameTimestampsANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimest…
/third_party/EGL/api/EGL/
Deglext.h508 …NTRYP PFNEGLGETNEXTFRAMEIDANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
510 …TIMESTAMPSANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimest…
514 …n EGLAPIENTRY eglGetNextFrameIdANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
516 …FrameTimestampsANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimest…

12