Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
DEvent.h68 EVENT_MOUSE_MOVED, // The mouse cursor moved enumerator
DOSWindow.cpp221 case Event::EVENT_MOUSE_MOVED: in PrintEvent()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp490 event.Type = Event::EVENT_MOUSE_MOVED; in processMouseEvent()
501 case Event::EVENT_MOUSE_MOVED: in processMouseEvent()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp530 event.type = Event::EVENT_MOUSE_MOVED; in processEvent()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp457 event.type = Event::EVENT_MOUSE_MOVED; in WndProc()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm404 event.type = Event::EVENT_MOUSE_MOVED;