Home
last modified time | relevance | path

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

/external/deqp/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.cpp65 void XcbDisplay::processEvents (void) in processEvents() function in tcu::lnx::x11::XcbDisplay
140 void XcbWindow::processEvents (void) in processEvents() function in tcu::lnx::x11::XcbWindow
143 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.cpp140 virtual void processEvents (void) {} in processEvents() function in tcu::lnx::x11::glx::GlxDrawable
159 void processEvents (void) { m_x11Window.processEvents(); } in processEvents() function in tcu::lnx::x11::glx::GlxWindow
752 m_glxDrawable->processEvents(); in postIterate()
753 m_glxDisplay.processEvents(); in postIterate()
/external/deqp/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
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp92 virtual void processEvents (void);
130 void NativeWindow::processEvents (void) in processEvents() function in tcu::Android::NativeWindow
311 bool Platform::processEvents (void) in processEvents() function in tcu::Android::Platform
DtcuAndroidPlatform.hpp45 virtual bool processEvents (void);
/external/deqp/modules/egl/
DteglSwapBuffersTests.cpp347 window->processEvents(); in executeForConfig()
365 window->processEvents(); in executeForConfig()
386 window->processEvents(); in executeForConfig()
406 window->processEvents(); in executeForConfig()
DteglResizeTests.cpp211 m_testCtx.getPlatform().processEvents(); in resize()
DteglGetFrameTimestampsTests.cpp711 window->processEvents(); in executeForConfig()
/external/deqp/framework/common/
DtcuPlatform.hpp88 virtual bool processEvents (void);
DtcuPlatform.cpp37 bool Platform::processEvents (void) in processEvents() function in tcu::Platform
DtcuApp.cpp165 const bool platformOk = m_platform.processEvents(); in iterate()
/external/deqp/framework/platform/win32/
DtcuWin32Platform.hpp44 bool processEvents (void);
DtcuWin32EGLNativeDisplayFactory.cpp126 virtual void processEvents (void);
277 void NativeWindow::processEvents (void) in processEvents() function in tcu::win32::__anon1b601ec30111::NativeWindow
279 m_window.processEvents(); in processEvents()
DtcuWin32Window.hpp45 void processEvents (void);
DtcuWin32Platform.cpp75 bool Platform::processEvents (void) in processEvents() function in tcu::win32::Platform
DtcuWin32Window.cpp132 void Window::processEvents (void) in processEvents() function in tcu::win32::Window
DtcuWGLContextFactory.cpp169 m_window.processEvents(); in postIterate()
/external/deqp/framework/platform/lnx/
DtcuLnxPlatform.cpp62 bool processEvents (void) { return !m_eventState.getQuitFlag(); } in processEvents() function in tcu::lnx::LinuxPlatform
/external/deqp/framework/egl/
DegluNativeWindow.hpp100 virtual void processEvents (void) {} in processEvents() function in eglu::NativeWindow
DegluGLContextFactory.cpp517 m_window->processEvents(); in postIterate()
/external/u-boot/scripts/kconfig/
Dqconf.cc1689 configApp->processEvents(); in showSplitView()