/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32Window.cpp | 31 static LRESULT CALLBACK windowProcCallback (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProcCallback() argument 35 return window->windowProc(uMsg, wParam, lParam); in windowProcCallback() 37 return DefWindowProc(hWnd, uMsg, wParam, lParam); in windowProcCallback() 152 LRESULT Window::windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() argument 154 switch (uMsg) in windowProc() 171 return DefWindowProc(m_window, uMsg, wParam, lParam); in windowProc()
|
H A D | tcuWin32Window.hpp | 46 LRESULT windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam);
|
/third_party/mesa3d/src/gallium/targets/graw-gdi/ |
H A D | graw_gdi.c | 39 UINT uMsg, in window_proc() 43 switch (uMsg) { in window_proc() 49 return DefWindowProc(hWnd, uMsg, wParam, lParam); in window_proc() 38 window_proc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) window_proc() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | main.cpp | 22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() argument 26 switch(uMsg) in DebuggerWaitDialogProc()
|
/third_party/lame/dshow/ |
H A D | aboutprp.cpp | 164 , UINT uMsg in OnReceiveMessage() 171 switch (uMsg) in OnReceiveMessage()
|
H A D | aboutprp.h | 35 BOOL OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
|
H A D | PropPage.h | 35 BOOL OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
|
H A D | PropPage_adv.h | 35 BOOL OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
|
H A D | PropPage_adv.cpp | 159 BOOL CMpegAudEncPropertyPageAdv::OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam) in OnReceiveMessage() argument 161 switch (uMsg) in OnReceiveMessage()
|
H A D | PropPage.cpp | 206 BOOL CMpegAudEncPropertyPage::OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam) in OnReceiveMessage() argument 208 switch (uMsg) in OnReceiveMessage()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_ext_pbuffer.c | 49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument 52 switch (uMsg) { in WndProc() 65 return DefWindowProc(hWnd, uMsg, wParam, lParam); in WndProc()
|
/third_party/glfw/src/ |
H A D | win32_window.c | 534 static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() argument 539 if (uMsg == WM_NCCREATE) in windowProc() 555 return DefWindowProcW(hWnd, uMsg, wParam, lParam); in windowProc() 558 switch (uMsg) in windowProc() 684 _glfwInputChar(window, codepoint, getKeyMods(), uMsg != WM_SYSCHAR); in windowProc() 687 if (uMsg == WM_SYSCHAR && window->win32.keymenu) in windowProc() 814 if (uMsg == WM_LBUTTONDOWN || uMsg == WM_LBUTTONUP) in windowProc() 816 else if (uMsg == WM_RBUTTONDOWN || uMsg in windowProc() [all...] |
H A D | win32_init.c | 336 static LRESULT CALLBACK helperWindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in helperWindowProc() argument 338 switch (uMsg) in helperWindowProc() 366 return DefWindowProcW(hWnd, uMsg, wParam, lParam); in helperWindowProc()
|
/third_party/lzma/CPP/Windows/ |
H A D | Shell.cpp | 661 static int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data)
in BrowseCallbackProc() argument 664 switch (uMsg)
in BrowseCallbackProc() 757 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data)
in BrowseCallbackProc2() argument 759 switch (uMsg)
in BrowseCallbackProc2()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | global_state.cpp | 257 INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() argument 261 switch (uMsg) in DebuggerWaitDialogProc()
|
/third_party/curl/tests/server/ |
H A D | util.c | 584 static LRESULT CALLBACK main_window_proc(HWND hwnd, UINT uMsg, in main_window_proc() argument 589 switch(uMsg) { in main_window_proc() 596 logmsg("main_window_proc: %d -> %d", uMsg, signum); in main_window_proc() 600 return DefWindowProc(hwnd, uMsg, wParam, lParam); in main_window_proc()
|
/third_party/lame/ACM/ |
H A D | AEncodeProperties.cpp | 125 UINT uMsg, 134 if (uMsg == BFFM_INITIALIZED) 142 }/* else if (uMsg == BFFM_SELCHANGED) 164 UINT uMsg, // message in ConfigProc() 173 switch (uMsg) { in ConfigProc() 162 ConfigProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam ) ConfigProc() argument
|
H A D | ACM.cpp | 128 UINT uMsg, // message 135 switch (uMsg) { 172 UINT uMsg, // message in AboutProc() 183 switch (uMsg) { in AboutProc() 170 AboutProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam ) AboutProc() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 129 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() argument 133 switch(uMsg) in DebuggerWaitDialogProc()
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
H A D | PythonBootstrapperApplication.cpp | 1870 __in UINT uMsg, in WndProc() 1877 switch (uMsg) { in WndProc() 1887 LRESULT lres = ThemeDefWindowProc(pBA ? pBA->_theme : nullptr, hWnd, uMsg, wParam, lParam); in WndProc() 1995 if (pBA && pBA->_taskbarList && uMsg == pBA->_taskbarButtonCreatedMessage) { in WndProc() 2000 return ThemeDefWindowProc(pBA ? pBA->_theme : nullptr, hWnd, uMsg, wParam, lParam); in WndProc() 1868 WndProc( __in HWND hWnd, __in UINT uMsg, __in WPARAM wParam, __in LPARAM lParam ) WndProc() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 382 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument 387 switch (uMsg) in WndProc() 398 return (DefWindowProc(hWnd, uMsg, wParam, lParam)); in WndProc()
|