Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11.hpp48 virtual void processEvents (void) = 0;
73 virtual void processEvents (void) = 0;
98 void processEvents (void);
122 void processEvents (void);
DtcuLnxX11Xcb.hpp45 void processEvents (void);
66 void processEvents (void);
DtcuLnxX11Xcb.cpp68 void XcbDisplay::processEvents (void) in processEvents() function in tcu::lnx::x11::XcbDisplay
143 void XcbWindow::processEvents (void) in processEvents() function in tcu::lnx::x11::XcbWindow
146 m_display.processEvents(); in processEvents()
DtcuLnxX11.cpp109 void XlibDisplay::processEvents (void) in processEvents() function in tcu::lnx::x11::XlibDisplay
287 void XlibWindow::processEvents (void) in processEvents() function in tcu::lnx::x11::XlibWindow
290 m_display.processEvents(); in processEvents()
DtcuLnxX11GlxPlatform.cpp145 virtual void processEvents (void) {} in processEvents() function in tcu::lnx::x11::glx::GlxDrawable
164 void processEvents (void) { m_x11Window.processEvents(); } in processEvents() function in tcu::lnx::x11::glx::GlxWindow
787 m_glxDrawable->processEvents(); in postIterate()
788 m_glxDisplay.processEvents(); in postIterate()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32Window.cpp102 processEvents(); in setVisible()
108 processEvents(); in setForeground()
139 void Window::processEvents (void) in processEvents() function in tcu::win32::Window
DtcuWin32Platform.hpp44 bool processEvents (void);
DtcuWin32EGLNativeDisplayFactory.cpp126 virtual void processEvents (void);
277 void NativeWindow::processEvents (void) in processEvents() function in tcu::win32::__anon127c283a0111::NativeWindow
279 m_window.processEvents(); in processEvents()
DtcuWin32Window.hpp46 void processEvents (void);
DtcuWin32Platform.cpp90 bool Platform::processEvents (void) in processEvents() function in tcu::win32::Platform
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp53 void processEvents (void);
89 void processEvents (void);
DtcuLnxWayland.cpp145 void Display::processEvents (void) in processEvents() function in tcu::lnx::wayland::Display
197 void Window::processEvents (void) in processEvents() function in tcu::lnx::wayland::Window
/third_party/typescript/tests/baselines/reference/
DcorrelatedUnions.js114 function processEvents<K extends keyof DocumentEventMap>(events: Ev<K>[]) {
134 processEvents([clickEvent, scrollEvent]);
136 processEvents([
281 function processEvents(events) { function
302 processEvents([clickEvent, scrollEvent]);
303 processEvents([
449 declare function processEvents<K extends keyof DocumentEventMap>(events: Ev<K>[]): void;
DcorrelatedUnions.types345 function processEvents<K extends keyof DocumentEventMap>(events: Ev<K>[]) {
346 >processEvents : <K extends keyof DocumentEventMap>(events: Ev<K>[]) => void
434 processEvents([clickEvent, scrollEvent]);
435 >processEvents([clickEvent, scrollEvent]) : void
436 >processEvents : <K extends keyof DocumentEventMap>(events: Ev<K>[]) => void
441 processEvents([
442 >processEvents([ { name: "click", callback: ev => console.log(ev) }, { name: "scroll", callba…
443 >processEvents : <K extends keyof DocumentEventMap>(events: Ev<K>[]) => void
DcorrelatedUnions.symbols395 function processEvents<K extends keyof DocumentEventMap>(events: Ev<K>[]) {
396 >processEvents : Symbol(processEvents, Decl(correlatedUnions.ts, 110, 6))
478 processEvents([clickEvent, scrollEvent]);
479 >processEvents : Symbol(processEvents, Decl(correlatedUnions.ts, 110, 6))
483 processEvents([
484 >processEvents : Symbol(processEvents, Decl(correlatedUnions.ts, 110, 6))
/third_party/typescript/tests/cases/compiler/
DcorrelatedUnions.ts116 function processEvents<K extends keyof DocumentEventMap>(events: Ev<K>[]) { function
136 processEvents([clickEvent, scrollEvent]);
138 processEvents([
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp92 virtual void processEvents (void);
130 void NativeWindow::processEvents (void) in processEvents() function in tcu::Android::NativeWindow
319 bool Platform::processEvents (void) in processEvents() function in tcu::Android::Platform
DtcuAndroidPlatform.hpp45 virtual bool processEvents (void);
/third_party/vk-gl-cts/modules/egl/
DteglSwapBuffersTests.cpp347 window->processEvents(); in executeForConfig()
365 window->processEvents(); in executeForConfig()
386 window->processEvents(); in executeForConfig()
406 window->processEvents(); in executeForConfig()
/third_party/vk-gl-cts/framework/common/
DtcuPlatform.hpp88 virtual bool processEvents (void);
DtcuPlatform.cpp37 bool Platform::processEvents (void) in processEvents() function in tcu::Platform
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtglrenderer.cc459 if (loop.processEvents()) in init()
501 if (loop.processEvents()) in stopGL()
572 if (loop.processEvents()) in renderGstGL()
608 if (loop.processEvents()) in generateOutput()
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxPlatform.cpp62 bool processEvents (void) { return !m_eventState.getQuitFlag(); } in processEvents() function in tcu::lnx::LinuxPlatform
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLEPlatform.h44 bool processEvents() override;
/third_party/vk-gl-cts/framework/egl/
DegluNativeWindow.hpp100 virtual void processEvents (void) {} in processEvents() function in eglu::NativeWindow

12