Searched refs:m_eventState (Results 1 – 13 of 13) sorted by relevance
/external/deqp/framework/platform/X11/ |
D | tcuX11Platform.cpp | 63 bool processEvents (void) { return !m_eventState.getQuitFlag(); } in processEvents() 70 EventState m_eventState; member in tcu::x11::X11Platform 77 : m_vkPlatform (m_eventState) in X11Platform() 78 , m_eglPlatform (m_eventState) in X11Platform() 81 m_glPlatform.registerFactory(glx::createContextFactory(m_eventState)); in X11Platform()
|
D | tcuX11VulkanPlatform.cpp | 148 : m_eventState(eventState) in VulkanPlatform() 157 return new VulkanDisplayXlib(MovePtr<DisplayBase>(new XlibDisplay(m_eventState,""))); in createWsiDisplay() 161 return new VulkanDisplayXcb(MovePtr<DisplayBase>(new XcbDisplay(m_eventState,""))); in createWsiDisplay()
|
D | tcuX11EglPlatform.cpp | 265 EventState& m_eventState; member in tcu::x11::egl::DisplayFactory 273 , m_eventState (eventState) in DisplayFactory() 284 MovePtr<XlibDisplay> x11Display (new XlibDisplay(m_eventState, DE_NULL)); in createDisplay()
|
D | tcuX11VulkanPlatform.hpp | 45 EventState& m_eventState; member in tcu::x11::VulkanPlatform
|
D | tcuX11.cpp | 57 : m_eventState (platform) in DisplayBase() 95 m_eventState.setQuitFlag(true); in processEvent()
|
D | tcuX11.hpp | 71 EventState& m_eventState; member in tcu::x11::DisplayBase
|
D | tcuX11GlxPlatform.cpp | 82 EventState& getEventState (void) const { return m_eventState;} in getEventState() 88 EventState& m_eventState; member in tcu::x11::glx::GlxContextFactory 205 , m_eventState (eventState) in GlxContextFactory()
|
/external/deqp/framework/platform/wayland/ |
D | tcuWaylandPlatform.cpp | 57 bool processEvents (void) { return !m_eventState.getQuitFlag(); } in processEvents() 64 EventState m_eventState; member in tcu::wayland::WaylandPlatform 71 : m_eglPlatform (m_eventState) in WaylandPlatform() 72 , m_vkPlatform (m_eventState) in WaylandPlatform()
|
D | tcuWaylandEglPlatform.cpp | 168 EventState& m_eventState; member in tcu::wayland::egl::DisplayFactory 176 , m_eventState (eventState) in DisplayFactory() 185 MovePtr<wayland::Display> waylandDisplay (new wayland::Display(m_eventState, DE_NULL)); in createDisplay()
|
D | tcuWaylandVulkanPlatform.cpp | 101 : m_eventState(eventState) in WaylandVulkanPlatform() 110 return new VulkanDisplayWayland(MovePtr<Display>(new Display(m_eventState, DE_NULL))); in createWsiDisplay()
|
D | tcuWaylandVulkanPlatform.hpp | 45 EventState& m_eventState; member in tcu::wayland::WaylandVulkanPlatform
|
D | tcuWayland.hpp | 78 EventState& m_eventState; member in tcu::wayland::Display
|
D | tcuWayland.cpp | 90 : m_eventState (eventState) in Display()
|