Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h83 KEY_DIVIDE, // / enumerator
DOSWindow.cpp114 case KEY_DIVIDE: return "Divide"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp234 return KEY_DIVIDE; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp67 case XK_KP_Divide: return KEY_DIVIDE; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp91 return KEY_DIVIDE; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm206 case kVK_ANSI_KeypadDivide: return KEY_DIVIDE;