HomeSort by relevance Sort by last modified time
    Searched defs:vkey (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi.h 77 struct svga_vs_compile_key vkey; member in struct:svga_compile_key
152 const struct svga_vs_compile_key *vkey );
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.h 77 struct svga_vs_compile_key vkey; member in struct:svga_compile_key
152 const struct svga_vs_compile_key *vkey );
  /external/chromium_org/ui/aura/
remote_window_tree_host_win.cc 361 void RemoteWindowTreeHostWin::OnKeyDown(uint32 vkey,
365 DispatchKeyboardMessage(ui::ET_KEY_PRESSED, vkey, repeat_count, scan_code,
369 void RemoteWindowTreeHostWin::OnKeyUp(uint32 vkey,
373 DispatchKeyboardMessage(ui::ET_KEY_RELEASED, vkey, repeat_count, scan_code,
490 uint32 vkey,
507 vkey, local
511 ui::KeyboardCodeForWindowsKeyCode(vkey),
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 907 UINT vkey; local
913 vkey = MapVirtualKey(scancode, 1);
915 /* Uh oh, better hope the vkey is close enough.. */
916 keysym->unicode = vkey;
921 if ((keystate[VK_NUMLOCK] & 1) && vkey >= VK_NUMPAD0 && vkey <= VK_NUMPAD9)
923 keysym->unicode = vkey - VK_NUMPAD0 + '0';
925 else if (SDL_ToUnicode(vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0) > 0)

Completed in 178 milliseconds