Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h27 KEY_O, // The O key enumerator
DOSWindow.cpp58 case KEY_O: return "O"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp121 return KEY_O; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp116 case XK_o: return KEY_O; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp169 return KEY_O; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm254 case kVK_ANSI_O: return KEY_O;