Home
last modified time | relevance | path

Searched refs:WndProc (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32window.cc42 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
Dwin32window.h46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
/external/skia/src/views/win/
Dskia_win.cpp15 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/
Dd3d11winmain.cpp40 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/
Dd3d10winmain.cpp40 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/
Dlayout.cpp35 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
Dclayout.c36 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/
Dstw_ext_pbuffer.c47 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/
Dcrash_generation_app.cc73 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/
Dmain_wnd.h166 static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
Dmain_wnd.cc392 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/
DVisualPng.c42 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/
DSkEvent.h260 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/external/autotest/client/tests/kvm/deps/
Drss.cpp893 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/
Dtri.c1519 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in WndProc() function
1555 win_class.lpfnWndProc = WndProc; in demo_create_window()
Dcube.c1922 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in WndProc() function
1952 win_class.lpfnWndProc = WndProc; in demo_create_window()