Searched refs:WndProc (Results 1 - 20 of 20) sorted by relevance

/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
H A Dwin32window.h46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
/external/swiftshader/tests/OGLSimpleCube/
H A DOGLSimpleCube.cpp37 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
188 wndClass.lpfnWndProc = WndProc;
241 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function
/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.c42 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
86 wndclass.lpfnWndProc = WndProc;
124 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
H A Dlayout.cpp41 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
85 wndclass.lpfnWndProc = WndProc;
123 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
/external/skia/tools/sk_app/win/
H A DWindow_win.cpp55 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
70 wcex.lpfnWndProc = WndProc;
206 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function in namespace:sk_app
/external/skqp/tools/sk_app/win/
H A DWindow_win.cpp55 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
70 wcex.lpfnWndProc = WndProc;
206 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function in namespace:sk_app
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) function
174 wc.lpfnWndProc = WndProc;
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
H A DOGLES2HelloAPI_Windows.cpp45 @Function WndProc
53 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function
164 sWC.lpfnWndProc = WndProc;
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
H A DPVRShellOS.cpp55 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
558 wc.lpfnWndProc = (WNDPROC)WndProc;
605 @function WndProc
613 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dmain_wnd.h166 static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
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/mdnsresponder/mDNSWindows/DLLX/
H A DDNSSDService.h374 WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam );
H A DDNSSDService.cpp106 wc.lpfnWndProc = WndProc;
2062 CDNSSDService::WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam ) function in class:CDNSSDService
/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/python/cpython3/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1744 wc.lpfnWndProc = PythonBootstrapperApplication::WndProc;
1841 // WndProc - standard windows message handler.
1843 static LRESULT CALLBACK WndProc( function in class:PythonBootstrapperApplication
/external/vulkan-validation-layers/demos/
H A Dcube.cpp392 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
2391 win_class.lpfnWndProc = WndProc;
2817 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { function
H A Dcube.c2409 // On MS-Windows, make this a global, so it's available to WndProc()
2425 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { function
2463 win_class.lpfnWndProc = WndProc;
H A Dvulkaninfo.c951 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { function
963 win_class.lpfnWndProc = WndProc;

Completed in 668 milliseconds