HomeSort by relevance Sort by last modified time
    Searched refs:WndProc (Results 1 - 19 of 19) sorted by null

  /external/webrtc/webrtc/base/
win32window.h 46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
win32window.cc 42 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc),
53 wcex.lpfnWndProc = &Win32Window::WndProc;
90 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg,
  /prebuilts/misc/windows/sdl2/test/
testnativew32.c 27 WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
49 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/opencv3/samples/directx/
winapp.hpp 115 return pWnd->WndProc(hWnd, message, wParam, lParam);
123 virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) = 0;
d3dsample.hpp 74 virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /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/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/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/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/include/views/
SkEvent.h 260 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.h 166 static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
main_wnd.cc 392 LRESULT CALLBACK MainWnd::WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) {
438 wcex.lpfnWndProc = &WndProc;
  /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/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/vulkan-validation-layers/demos/
cube.c     [all...]
tri.c     [all...]

Completed in 769 milliseconds