Home
last modified time | relevance | path

Searched defs:hWnd (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp173 bool CreateDeviceD3D(HWND hWnd) in CreateDeviceD3D()
212 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c38 window_proc(HWND hWnd, in window_proc()
72 HWND hWnd = NULL; in graw_create_window_and_screen() local
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/
Dmain.cpp166 bool CreateDeviceD3D(HWND hWnd) in CreateDeviceD3D()
218 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/cef/tests/shared/browser/
Dutil_win.cc27 void SetUserDataPtr(HWND hWnd, void* ptr) { in SetUserDataPtr()
34 WNDPROC SetWndProcPtr(HWND hWnd, WNDPROC wndProc) { in SetWndProcPtr()
Dutil_win.h24 T GetUserDataPtr(HWND hWnd) { in GetUserDataPtr()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/
Dmain.cpp167 bool CreateDeviceD3D(HWND hWnd) in CreateDeviceD3D()
222 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc()
84 HWND hWnd; in wglCreatePbufferARB() local
Dstw_framebuffer.h84 HWND hWnd; member
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc421 LRESULT CALLBACK RootWindowWin::EditWndProc(HWND hWnd, in EditWndProc()
459 LRESULT CALLBACK RootWindowWin::FindWndProc(HWND hWnd, in FindWndProc()
486 LRESULT CALLBACK RootWindowWin::RootWndProc(HWND hWnd, in RootWndProc()
1109 LRESULT CALLBACK SubclassedWindowProc(HWND hWnd, in SubclassedWindowProc()
1135 void SubclassWindow(HWND hWnd, HRGN hRegion) { in SubclassWindow()
1152 void UnSubclassWindow(HWND hWnd) { in UnSubclassWindow()
Dmain_message_loop_multithreaded_win.cc126 MainMessageLoopMultithreadedWin::MessageWndProc(HWND hWnd, in MessageWndProc()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_win32.cpp590 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in gst_d3d11_window_win32_on_key_event()
615 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in gst_d3d11_window_win32_on_mouse_event()
665 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in gst_d3d11_window_win32_handle_window_proc()
746 window_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in window_proc()
803 sub_class_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in sub_class_proc()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/
Dmain.cpp235 bool CreateDeviceD3D(HWND hWnd) in CreateDeviceD3D()
438 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/mesa3d/src/gallium/targets/libgl-d3d12/
Dlibgl_d3d12.c97 HWND hWnd, in gdi_create_framebuffer()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_directx11/
Dmain.cpp181 bool CreateDeviceD3D(HWND hWnd) in CreateDeviceD3D()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c1209 HWND hWnd; in d3d_prepare_window() local
1323 d3d_init_swap_chain (GstD3DVideoSink * sink, HWND hWnd) in d3d_init_swap_chain()
2098 d3d_wnd_proc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in d3d_wnd_proc()
2225 d3d_wnd_proc_internal (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in d3d_wnd_proc_internal()
2307 HWND hWnd; member
2316 HWND hWnd; in d3d_internal_window_thread() local
2777 D3DHiddenWndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in D3DHiddenWndProc()
2811 HWND hWnd = 0; in d3d_hidden_window_thread() local
/third_party/mesa3d/src/glx/windows/
Dwindowsgl_internal.h55 HWND hWnd; member
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32Window.cpp31 static LRESULT CALLBACK windowProcCallback (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProcCallback()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c489 window_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in window_proc()
554 sub_class_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in sub_class_proc()
/third_party/mesa3d/src/gallium/targets/wgl/
Dwgl.c236 HWND hWnd, in wgl_create_framebuffer()
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/
Dwin32-videooverlay-playbin.c36 window_proc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in window_proc()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDxgiFns.cpp66 HWND hWnd = pPresentInfo->hWindow; in _Present() local
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/
Dtri.cpp75 HWND hWnd = CreateWindow(wc.lpszClassName, in main() local
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_framebuffer.cpp221 HWND hWnd, in d3d12_wgl_create_framebuffer()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c538 window_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in window_proc()
648 sub_class_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in sub_class_proc()
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp210 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()

12