Searched defs:WndProc (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp40 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 Dd3d11winmain.cpp40 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 Dstw_ext_pbuffer.c47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) function
139 wc.lpfnWndProc = WndProc;
/external/skia/src/views/win/
H A Dskia_win.cpp15 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 Dwin32window.cc42 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 Dcrash_generation_app.cc73 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 Dclayout.c36 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 Dlayout.cpp35 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 Dd3dsample.hpp74 virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function in class:D3DSample
/external/autotest/client/tests/kvm/deps/
H A Drss.cpp890 * 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 DVisualPng.c42 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 Dmain_wnd.cc392 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 Dtri.c1515 // 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 Dcube.c1896 // 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;

Completed in 7150 milliseconds