Home
last modified time | relevance | path

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

12

/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.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
788 m_glxDrawable->processEvents(); in postIterate()
789 m_glxDisplay.processEvents(); in postIterate()
/external/deqp/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);
DtcuWin32Window.hpp46 void processEvents (void);
DtcuWin32EGLNativeDisplayFactory.cpp126 virtual void processEvents (void);
277 void NativeWindow::processEvents (void) in processEvents() function in tcu::win32::__anonbac8d03a0111::NativeWindow
279 m_window.processEvents(); in processEvents()
DtcuWin32Platform.cpp84 bool Platform::processEvents (void) in processEvents() function in tcu::win32::Platform
DtcuWGLContextFactory.cpp169 m_window.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
321 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()
/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/angle/src/tests/deqp_support/
DtcuANGLEPlatform.h44 bool processEvents() override;
DtcuANGLENativeDisplayFactory.cpp174 void processEvents() override;
355 void NativeWindow::processEvents() in processEvents() function in tcu::__anon0fd532ae0111::NativeWindow
Dangle_deqp_libtester_main.cpp154 const bool platformOk = g_platform->processEvents(); in deqp_libtester_run()
DtcuANGLEPlatform.cpp168 bool ANGLEPlatform::processEvents() in processEvents() function in tcu::ANGLEPlatform
/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

12