Home
last modified time | relevance | path

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

12

/external/deqp/framework/platform/X11/
DtcuX11.hpp68 virtual void processEvents (void) = 0;
86 virtual void processEvents (void) = 0;
111 void processEvents (void);
132 void processEvents (void);
DtcuX11Xcb.cpp46 void XcbDisplay::processEvents (void) in processEvents() function in tcu::x11::XcbDisplay
121 void XcbWindow::processEvents (void) in processEvents() function in tcu::x11::XcbWindow
124 m_display.processEvents(); in processEvents()
DtcuX11Xcb.hpp43 void processEvents (void);
62 void processEvents (void);
DtcuX11.cpp103 void XlibDisplay::processEvents (void) in processEvents() function in tcu::x11::XlibDisplay
268 void XlibWindow::processEvents (void) in processEvents() function in tcu::x11::XlibWindow
271 m_display.processEvents(); in processEvents()
DtcuX11GlxPlatform.cpp131 virtual void processEvents (void) {} in processEvents() function in tcu::x11::glx::GlxDrawable
150 void processEvents (void) { m_x11Window.processEvents(); } in processEvents() function in tcu::x11::glx::GlxWindow
664 m_glxDrawable->processEvents(); in postIterate()
665 m_glxDisplay.processEvents(); in postIterate()
DtcuX11Platform.cpp63 bool processEvents (void) { return !m_eventState.getQuitFlag(); } in processEvents() function in tcu::x11::X11Platform
/external/deqp/framework/platform/wayland/
DtcuWayland.hpp75 void processEvents (void);
102 void processEvents (void);
DtcuWayland.cpp146 void Display::processEvents (void) in processEvents() function in tcu::wayland::Display
198 void Window::processEvents (void) in processEvents() function in tcu::wayland::Window
DtcuWaylandPlatform.cpp57 bool processEvents (void) { return !m_eventState.getQuitFlag(); } in processEvents() function in tcu::wayland::WaylandPlatform
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp88 virtual void processEvents (void);
126 void NativeWindow::processEvents (void) in processEvents() function in tcu::Android::NativeWindow
302 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/platform/win32/
DtcuWin32GLES3Platform.hpp43 bool processEvents (void);
DtcuWin32Platform.hpp44 bool processEvents (void);
DtcuWin32Window.hpp45 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.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.cpp151 m_window.processEvents(); in postIterate()
DtcuWin32GLES3Platform.cpp192 bool Win32GLES3Platform::processEvents (void) in processEvents() function in tcu::Win32GLES3Platform
/external/deqp/framework/common/
DtcuPlatform.hpp88 virtual bool processEvents (void);
DtcuPlatform.cpp37 bool Platform::processEvents (void) in processEvents() function in tcu::Platform
DtcuApp.cpp164 const bool platformOk = m_platform.processEvents(); in iterate()
/external/deqp/framework/egl/
DegluNativeWindow.hpp96 virtual void processEvents (void) {} in processEvents() function in eglu::NativeWindow
DegluGLContextFactory.cpp477 m_window->processEvents(); in postIterate()

12