OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EventState
(Results
1 - 7
of
7
) sorted by null
/external/deqp/framework/platform/X11/
tcuX11.hpp
41
class
EventState
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;
tcuX11GlxPlatform.hpp
37
de::MovePtr<glu::ContextFactory> createContextFactory (
EventState
&
eventState
);
tcuX11EglPlatform.hpp
41
Platform (
EventState
&
eventState
);
tcuX11.cpp
41
EventState
::
EventState
(void)
46
EventState
::~
EventState
(void)
50
void
EventState
::setQuitFlag (bool quit)
56
bool
EventState
::getQuitFlag (void)
62
Display::Display (
EventState
&
eventState
, const char* name)
63
: m_eventState (
eventState
)
tcuX11Platform.cpp
64
EventState
m_eventState;
tcuX11EglPlatform.cpp
215
DisplayFactory (
EventState
&
eventState
);
220
EventState
& m_eventState;
223
DisplayFactory::DisplayFactory (
EventState
&
eventState
)
228
, m_eventState (
eventState
)
244
Platform::Platform (
EventState
&
eventState
)
246
m_nativeDisplayFactoryRegistry.registerFactory(new DisplayFactory(
eventState
));
tcuX11GlxPlatform.cpp
77
GlxContextFactory (
EventState
&
eventState
);
82
EventState
& getEventState (void) const { return m_eventState;}
88
EventState
& m_eventState;
94
GlxDisplay (
EventState
&
eventState
,
199
GlxContextFactory::GlxContextFactory (
EventState
&
eventState
)
206
, m_eventState (
eventState
)
223
GlxDisplay::GlxDisplay (
EventState
& eventState, const char* name
[
all
...]
Completed in 210 milliseconds