Home
last modified time | relevance | path

Searched refs:EVENT_CLOSED (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/testlibs/
DEvent.h57 EVENT_CLOSED, // The window requested to be closed enumerator
DOSWindow.cpp183 case Event::EVENT_CLOSED: in PrintEvent()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm57 event.type = Event::EVENT_CLOSED;
121 event.type = Event::EVENT_CLOSED;
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp596 event.Type = Event::EVENT_CLOSED; in processCloseEvent()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp599 event.type = Event::EVENT_CLOSED; in processEvent()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp251 event.type = Event::EVENT_CLOSED; in WndProc()