/prebuilts/misc/windows/sdl2/test/ |
testnativew32.c | 27 WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) 49 wc.lpfnWndProc = WndProc;
|
/external/webrtc/webrtc/base/ |
win32window.cc | 42 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc), 53 wcex.lpfnWndProc = &Win32Window::WndProc; 90 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg,
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10winmain.cpp | 40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) 68 wcex.lpfnWndProc = WndProc;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11winmain.cpp | 40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) 68 wcex.lpfnWndProc = WndProc;
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_pbuffer.c | 47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) 139 wc.lpfnWndProc = WndProc;
|
/external/skia/src/views/win/ |
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) { 125 if (window && window->wndProc(hWnd, message, wParam, lParam)) {
|
/external/icu/icu4c/source/samples/layout/ |
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)
|
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)
|
/external/opencv3/samples/directx/ |
d3dsample.hpp | 74 virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
crash_generation_app.cc | 73 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 96 wcex.lpfnWndProc = WndProc; 357 LRESULT CALLBACK WndProc(HWND wnd,
|
/external/autotest/client/tests/kvm/deps/ |
rss.cpp | 890 * WndProc and WinMain 893 LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) 978 wc.lpfnWndProc = WndProc; [all...] |
/external/libpng/contrib/visupng/ |
VisualPng.c | 42 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); 89 wndclass.lpfnWndProc = WndProc; 147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam,
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
main_wnd.cc | 392 LRESULT CALLBACK MainWnd::WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) { 438 wcex.lpfnWndProc = &WndProc;
|
/external/vulkan-validation-layers/demos/ |
tri.c | [all...] |
cube.c | [all...] |