HomeSort by relevance Sort by last modified time
    Searched refs:m_eventState (Results 1 - 10 of 10) sorted by null

  /external/deqp/framework/platform/lnx/
tcuLnxPlatform.cpp 58 bool processEvents (void) { return !m_eventState.getQuitFlag(); }
65 EventState m_eventState;
72 : m_vkPlatform (m_eventState)
73 , m_eglPlatform (m_eventState)
76 m_glPlatform.registerFactory(x11::glx::createContextFactory(m_eventState));
tcuLnxVulkanPlatform.hpp 46 EventState& m_eventState;
tcuLnxVulkanPlatform.cpp 199 : m_eventState(eventState)
209 return new VulkanDisplayXlib(MovePtr<x11::DisplayBase>(new x11::XlibDisplay(m_eventState,"")));
214 return new VulkanDisplayXcb(MovePtr<x11::DisplayBase>(new x11::XcbDisplay(m_eventState,"")));
219 return new VulkanDisplayWayland(MovePtr<wayland::Display>(new wayland::Display(m_eventState, DE_NULL)));
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 172 EventState& m_eventState;
180 , m_eventState (eventState)
189 MovePtr<wayland::Display> waylandDisplay (new wayland::Display(m_eventState, DE_NULL));
tcuLnxWayland.hpp 56 EventState& m_eventState;
tcuLnxWayland.cpp 72 : m_eventState (eventState)
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11.hpp 51 EventState& m_eventState;
tcuLnxX11EglDisplayFactory.cpp 269 EventState& m_eventState;
277 , m_eventState (eventState)
288 MovePtr<XlibDisplay> x11Display (new XlibDisplay(m_eventState, DE_NULL));
tcuLnxX11.cpp 38 : m_eventState (platform)
76 m_eventState.setQuitFlag(true);
tcuLnxX11GlxPlatform.cpp 83 EventState& getEventState (void) const { return m_eventState;}
89 EventState& m_eventState;
206 , m_eventState (eventState)

Completed in 143 milliseconds