Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h80 KEY_ADD, // + enumerator
DOSWindow.cpp111 case KEY_ADD: return "Add"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp228 return KEY_ADD; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp64 case XK_KP_Add: return KEY_ADD; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp85 return KEY_ADD; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm203 case kVK_ANSI_KeypadPlus: return KEY_ADD;