Home
last modified time | relevance | path

Searched refs:wParam (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/
DNativeSubWindow_win32.cpp24 static LRESULT CALLBACK subWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in subWindowProc() argument
36 return DefWindowProcA(hwnd, uMsg, wParam, lParam); in subWindowProc()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp229 LRESULT CALLBACK Win32Window::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() argument
238 return DefWindowProcA(hWnd, message, wParam, lParam); in WndProc()
329 event.key.code = VirtualKeyCodeToKey(wParam, lParam); in WndProc()
339 event.mouseWheel.delta = static_cast<short>(HIWORD(wParam)) / 120; in WndProc()
423 (HIWORD(wParam) == XBUTTON1) ? MOUSEBUTTON_BUTTON4 : MOUSEBUTTON_BUTTON5; in WndProc()
436 (HIWORD(wParam) == XBUTTON1) ? MOUSEBUTTON_BUTTON4 : MOUSEBUTTON_BUTTON5; in WndProc()
482 return DefWindowProcA(hWnd, message, wParam, lParam); in WndProc()
DWin32Window.h45 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp246 WPARAM wParam, in dummyWndProc() argument
248 return DefWindowProcA(hwnd, uMsg, wParam, lParam); in dummyWndProc()