Home
last modified time | relevance | path

Searched refs:uMsg (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32Window.cpp31 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 DtcuWin32Window.hpp46 LRESULT windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam);
/third_party/mesa3d/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c39 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 Dmain.cpp22 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 Daboutprp.cpp164 , UINT uMsg in OnReceiveMessage()
171 switch (uMsg) in OnReceiveMessage()
H A Daboutprp.h35 BOOL OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
H A DPropPage.h35 BOOL OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
H A DPropPage_adv.h35 BOOL OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
H A DPropPage_adv.cpp159 BOOL CMpegAudEncPropertyPageAdv::OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam) in OnReceiveMessage() argument
161 switch (uMsg) in OnReceiveMessage()
H A DPropPage.cpp206 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 Dstw_ext_pbuffer.c49 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 Dwin32_window.c534 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 Dwin32_init.c336 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 DShell.cpp661 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 Dglobal_state.cpp257 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 Dutil.c584 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 DAEncodeProperties.cpp125 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 DACM.cpp128 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 Dmain.cpp129 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 DPythonBootstrapperApplication.cpp1870 __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 Dvulkan_command_buffer_utils.cpp382 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()

Completed in 20 milliseconds