Searched defs:EventState (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/platform/X11/
H A DtcuX11.hpp41 class EventState class in namespace:tcu::x11
44 EventState (void);
45 virtual ~EventState (void);
55 EventState (const EventState&);
56 EventState& operator= (const EventState&);
62 Display (EventState& platform, const char* name);
73 EventState& m_eventState;
H A DtcuX11.cpp41 EventState::EventState (void) function in class:tcu::x11::EventState
46 EventState::~EventState (void)
50 void EventState::setQuitFlag (bool quit)
56 bool EventState::getQuitFlag (void)
62 Display::Display (EventState& eventState, const char* name)

Completed in 63 milliseconds