HomeSort by relevance Sort by last modified time
    Searched refs:WndProc (Results 1 - 23 of 23) 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 16 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
27 wcex.lpfnWndProc = WndProc;
118 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) {
127 if (window && window->wndProc(hWnd, message, wParam, lParam)) {
  /external/swiftshader/tests/OGLSimpleCube/
OGLSimpleCube.cpp 37 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)
  /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 42 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
86 wndclass.lpfnWndProc = WndProc;
124 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
layout.cpp 41 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
85 wndclass.lpfnWndProc = WndProc;
123 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/skia/tools/viewer/sk_app/win/
Window_win.cpp 55 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)
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
174 wc.lpfnWndProc = WndProc;
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_Windows.cpp 45 @Function WndProc
53 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
164 sWC.lpfnWndProc = WndProc;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 55 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)
  /external/skia/include/views/
SkEvent.h 271 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/mdnsresponder/mDNSWindows/DLLX/
DNSSDService.h 374 WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam );
DNSSDService.cpp 106 wc.lpfnWndProc = WndProc;
2062 CDNSSDService::WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam )
  /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/vulkan-validation-layers/demos/
cube.cpp 204 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
    [all...]
vulkaninfo.c 771 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {
783 win_class.lpfnWndProc = WndProc;
    [all...]
cube.c     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
syscall_windows_test.go 471 WndProc uintptr
484 WndProc: cb,
  /prebuilts/go/linux-x86/src/runtime/
syscall_windows_test.go 471 WndProc uintptr
484 WndProc: cb,

Completed in 467 milliseconds