/external/webrtc/webrtc/base/ |
D | win32window.cc | 42 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc), in Create() 53 wcex.lpfnWndProc = &Win32Window::WndProc; in Create() 90 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, in WndProc() function in rtc::Win32Window
|
D | win32window.h | 46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
|
/external/skia/src/views/win/ |
D | skia_win.cpp | 15 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 26 wcex.lpfnWndProc = WndProc; in register_class() 116 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { in WndProc() function
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
D | d3d11winmain.cpp | 40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function 68 wcex.lpfnWndProc = WndProc; in main()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
D | d3d10winmain.cpp | 40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function 68 wcex.lpfnWndProc = WndProc; in main()
|
/external/icu/icu4c/source/samples/layout/ |
D | layout.cpp | 35 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 79 wndclass.lpfnWndProc = WndProc; in WinMain() 117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
|
D | clayout.c | 36 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 80 wndclass.lpfnWndProc = WndProc; in WinMain() 118 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pbuffer.c | 47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() function 139 wc.lpfnWndProc = WndProc; in wglCreatePbufferARB()
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 73 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 96 wcex.lpfnWndProc = WndProc; in MyRegisterClass() 357 LRESULT CALLBACK WndProc(HWND wnd, in WndProc() function
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.h | 166 static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
|
D | main_wnd.cc | 392 LRESULT CALLBACK MainWnd::WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) { in WndProc() function in MainWnd 438 wcex.lpfnWndProc = &WndProc; in RegisterWindowClass()
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 42 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); 89 wndclass.lpfnWndProc = WndProc; in WinMain() 147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, in WndProc() function
|
/external/skia/include/views/ |
D | SkEvent.h | 260 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
/external/autotest/client/tests/kvm/deps/ |
D | rss.cpp | 893 LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function 978 wc.lpfnWndProc = WndProc; in WinMain()
|
/external/vulkan-validation-layers/demos/ |
D | tri.c | 1519 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in WndProc() function 1555 win_class.lpfnWndProc = WndProc; in demo_create_window()
|
D | cube.c | 1922 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in WndProc() function 1952 win_class.lpfnWndProc = WndProc; in demo_create_window()
|