Home
last modified time | relevance | path

Searched refs:EventState (Results 1 – 25 of 27) sorted by relevance

12

/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnx.hpp41 class EventState class
44 EventState (void);
45 virtual ~EventState (void);
54 EventState (const EventState&);
55 EventState& operator= (const EventState&);
DtcuLnx.cpp32 EventState::EventState (void) in EventState() function in tcu::lnx::EventState
37 EventState::~EventState (void) in ~EventState()
41 void EventState::setQuitFlag (bool quit) in setQuitFlag()
47 bool EventState::getQuitFlag (void) in getQuitFlag()
DtcuLnxVulkanPlatform.hpp39 VulkanPlatform (EventState& eventState);
47 EventState& m_eventState;
DtcuLnxEglPlatform.hpp41 Platform (EventState& eventState);
DtcuLnxEglPlatform.cpp43 Platform::Platform (EventState& eventState) in Platform()
DtcuLnxPlatform.cpp69 EventState m_eventState;
/third_party/grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc113 EventState state; in Connect()
137 EventState state; in ReadUntilError()
164 class EventState { class in grpc_core::test::__anon11dfb1b00111::Client
166 EventState() { in EventState() function in grpc_core::test::__anon11dfb1b00111::Client::EventState
167 GRPC_CLOSURE_INIT(&closure_, &EventState::OnEventDone, this, in EventState()
171 ~EventState() { GRPC_ERROR_UNREF(error_); } in ~EventState()
183 EventState* state = static_cast<EventState*>(arg); in OnEventDone()
194 bool PollUntilDone(EventState* state, grpc_millis deadline) { in PollUntilDone()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.h31 class EventState
34 EventState() : mQuit(false) {} in EventState() function
48 EventState *eventState);
DtcuANGLENativeDisplayFactory.cpp134 explicit NativeWindowFactory(EventState *eventState);
146 EventState *mEvents;
154 EventState *eventState);
167 EventState *mEvents;
250 NativeWindowFactory::NativeWindowFactory(EventState *eventState) in NativeWindowFactory()
274 EventState *eventState) in NativeWindow()
357 EventState *eventState) in ANGLENativeDisplayFactory()
DtcuANGLEPlatform.h62 EventState mEvents;
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.h31 class EventState
34 EventState() : mQuit(false) {} in EventState() function
48 EventState *eventState);
DtcuANGLENativeDisplayFactory.cpp146 explicit NativeWindowFactory(EventState *eventState, uint32_t preRotation);
158 EventState *mEvents;
167 EventState *eventState,
181 EventState *mEvents;
260 NativeWindowFactory::NativeWindowFactory(EventState *eventState, uint32_t preRotation) in NativeWindowFactory()
287 EventState *eventState, in NativeWindow()
405 EventState *eventState) in ANGLENativeDisplayFactory()
DtcuANGLEPlatform.h62 EventState mEvents;
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11.hpp46 DisplayBase (EventState& platform);
58 EventState& m_eventState;
90 XlibDisplay (EventState& platform, const char* name);
DtcuLnxX11EglDisplayFactory.cpp267 DisplayFactory (EventState& eventState);
272 EventState& m_eventState;
275 DisplayFactory::DisplayFactory (EventState& eventState) in DisplayFactory()
296 NativeDisplayFactory* createDisplayFactory (EventState& eventState) in createDisplayFactory()
DtcuLnxX11GlxPlatform.cpp88 GlxContextFactory (EventState& eventState);
94 EventState& getEventState (void) const { return m_eventState;} in getEventState()
100 EventState& m_eventState;
106 GlxDisplay (EventState& eventState,
217 GlxContextFactory::GlxContextFactory (EventState& eventState) in GlxContextFactory()
242 GlxDisplay::GlxDisplay (EventState& eventState, const char* name) in GlxDisplay()
806 MovePtr<ContextFactory> createContextFactory (EventState& eventState) in createContextFactory()
DtcuLnxX11EglDisplayFactory.hpp38 eglu::NativeDisplayFactory* createDisplayFactory (EventState& eventState);
DtcuLnxX11GlxPlatform.hpp39 de::MovePtr<glu::ContextFactory> createContextFactory (EventState& eventState);
DtcuLnxX11Xcb.hpp39 XcbDisplay (EventState& platform, const char* name);
DtcuLnxX11.cpp37 DisplayBase::DisplayBase (EventState& platform) in DisplayBase()
73 XlibDisplay::XlibDisplay (EventState& eventState, const char* name) in XlibDisplay()
DtcuLnxX11Xcb.cpp54 XcbDisplay::XcbDisplay (EventState& platform, const char* name) in XcbDisplay()
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp167 DisplayFactory (EventState& eventState);
172 EventState& m_eventState;
175 DisplayFactory::DisplayFactory (EventState& eventState) in DisplayFactory()
194 NativeDisplayFactory* createDisplayFactory (EventState& eventState) in createDisplayFactory()
DtcuLnxWayland.hpp46 Display (EventState& platform, const char* name);
65 EventState& m_eventState;
DtcuLnxWaylandEglDisplayFactory.hpp40 eglu::NativeDisplayFactory* createDisplayFactory (EventState& eventState);
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp-patches/
Ddeqp-x11.patch23 @@ -80,10 +81,14 @@ XlibDisplay::XlibDisplay (EventState& eventState, const char* name)

12