Lines Matching refs:GstVulkanWindow
71 G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE (GstVulkanWindow, gst_vulkan_window,
78 GstVulkanWindow parent;
128 gst_vulkan_window_default_open (GstVulkanWindow * window, GError ** error) in gst_vulkan_window_default_open()
134 gst_vulkan_window_default_close (GstVulkanWindow * window) in gst_vulkan_window_default_close()
154 GstVulkanWindow *window = GST_VULKAN_WINDOW (object); in gst_vulkan_window_set_property()
170 GstVulkanWindow *window = GST_VULKAN_WINDOW (object); in gst_vulkan_window_get_property()
183 gst_vulkan_window_init (GstVulkanWindow * window) in gst_vulkan_window_init()
259 GstVulkanWindow *
262 GstVulkanWindow *window = NULL; in gst_vulkan_window_new()
311 GstVulkanWindow *window = GST_VULKAN_WINDOW (object); in gst_vulkan_window_finalize()
327 gst_vulkan_window_get_display (GstVulkanWindow * window) in gst_vulkan_window_get_display()
345 gst_vulkan_window_get_surface (GstVulkanWindow * window, GError ** error) in gst_vulkan_window_get_surface()
368 gst_vulkan_window_get_presentation_support (GstVulkanWindow * window, in gst_vulkan_window_get_presentation_support()
390 gst_vulkan_window_open (GstVulkanWindow * window, GError ** error) in gst_vulkan_window_open()
410 gst_vulkan_window_close (GstVulkanWindow * window) in gst_vulkan_window_close()
438 gst_vulkan_window_resize (GstVulkanWindow * window, gint width, gint height) in gst_vulkan_window_resize()
462 gst_vulkan_window_redraw (GstVulkanWindow * window) in gst_vulkan_window_redraw()
470 gst_vulkan_window_set_window_handle (GstVulkanWindow * window, guintptr handle) in gst_vulkan_window_set_window_handle()
488 gst_vulkan_window_get_surface_dimensions (GstVulkanWindow * window, in gst_vulkan_window_get_surface_dimensions()
509 gst_vulkan_window_send_key_event (GstVulkanWindow * window, in gst_vulkan_window_send_key_event()
519 gst_vulkan_window_send_mouse_event (GstVulkanWindow * window, in gst_vulkan_window_send_mouse_event()
542 gst_vulkan_window_handle_events (GstVulkanWindow * window, in gst_vulkan_window_handle_events()