/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
H A D | d3d10winmain.cpp | 40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function 68 wcex.lpfnWndProc = WndProc;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
H A D | d3d11winmain.cpp | 40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function 68 wcex.lpfnWndProc = WndProc;
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
H A D | stw_ext_pbuffer.c | 47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) function 139 wc.lpfnWndProc = WndProc;
|
/external/skia/src/views/win/ |
H A D | skia_win.cpp | 15 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 26 wcex.lpfnWndProc = WndProc; 116 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { function
|
/external/webrtc/webrtc/base/ |
H A D | win32window.cc | 42 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc), 53 wcex.lpfnWndProc = &Win32Window::WndProc; 90 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, function in class:rtc::Win32Window
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
H A D | crash_generation_app.cc | 73 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 96 wcex.lpfnWndProc = WndProc; 357 LRESULT CALLBACK WndProc(HWND wnd, function in namespace:google_breakpad
|
/external/icu/icu4c/source/samples/layout/ |
H A D | clayout.c | 36 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 80 wndclass.lpfnWndProc = WndProc; 118 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
|
H A D | layout.cpp | 35 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 79 wndclass.lpfnWndProc = WndProc; 117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
|
/external/opencv3/samples/directx/ |
H A D | d3dsample.hpp | 74 virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function in class:D3DSample
|
/external/autotest/client/tests/kvm/deps/ |
H A D | rss.cpp | 890 * WndProc and WinMain 893 LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) function 978 wc.lpfnWndProc = WndProc;
|
/external/libpng/contrib/visupng/ |
H A D | VisualPng.c | 42 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); 89 wndclass.lpfnWndProc = WndProc; 147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, function
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
H A D | main_wnd.cc | 392 LRESULT CALLBACK MainWnd::WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) { function in class:MainWnd 438 wcex.lpfnWndProc = &WndProc;
|
/external/vulkan-validation-layers/demos/ |
H A D | tri.c | 1515 // On MS-Windows, make this a global, so it's available to WndProc() 1519 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { function 1555 win_class.lpfnWndProc = WndProc;
|
H A D | cube.c | 1896 // On MS-Windows, make this a global, so it's available to WndProc() 1922 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { function 1952 win_class.lpfnWndProc = WndProc;
|