Home
last modified time | relevance | path

Searched refs:window_proc (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c38 window_proc(HWND hWnd, in window_proc() function
89 wc.lpfnWndProc = window_proc; in graw_create_window_and_screen()
/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() function
179 wc.lpfnWndProc = (WNDPROC) window_proc; in main()
Dwin32-videooverlay.c144 window_proc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in window_proc() function
515 wc.lpfnWndProc = (WNDPROC) window_proc; in main()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c29 LRESULT CALLBACK window_proc (HWND hWnd, UINT uMsg, WPARAM wParam,
306 wc.lpfnWndProc = window_proc; in gst_vulkan_window_win32_create_window()
489 window_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in window_proc() function
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11videosink.c46 window_proc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in window_proc() function
267 wc.lpfnWndProc = (WNDPROC) window_proc; in main()
Dd3d11videosink-shared-texture-d3d9ex.cpp178 window_proc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in window_proc() function
281 wc.lpfnWndProc = (WNDPROC) window_proc; in main()
Dd3d11videosink-shared-texture.cpp156 window_proc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in window_proc() function
298 wc.lpfnWndProc = (WNDPROC) window_proc; in main()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstwin32devicewatcher.cpp120 window_proc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) in window_proc() function
168 wc.lpfnWndProc = window_proc; in create_hwnd()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c28 LRESULT CALLBACK window_proc (HWND hWnd, UINT uMsg, WPARAM wParam,
255 wc.lpfnWndProc = window_proc; in gst_gl_window_win32_create_window()
538 window_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in window_proc() function
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_win32.cpp47 static LRESULT CALLBACK window_proc (HWND hWnd, UINT uMsg, WPARAM wParam,
467 wc.lpfnWndProc = window_proc; in gst_d3d11_window_win32_create_internal_window()
746 window_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in window_proc() function
/third_party/gstreamer/gstplugins_base/
DChangeLog30430 after that anyway. Also it causes window_proc() to be called
30449 which was posting a message. But then window_proc takes window's
/third_party/gstreamer/gstplugins_bad/
DChangeLog94031 after that anyway. Also it causes window_proc() to be called
94050 which was posting a message. But then window_proc takes window's