Lines Matching refs:GstVulkanDisplay
32 …SPLAY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_VULKAN_DISPLAY,GstVulkanDisplay))
44 #define GST_VULKAN_DISPLAY_CAST(obj) ((GstVulkanDisplay*)(obj))
53 typedef struct _GstVulkanDisplay GstVulkanDisplay; typedef
121 gpointer (*get_handle) (GstVulkanDisplay * display);
122 GstVulkanWindow * (*create_window) (GstVulkanDisplay * display);
128 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GstVulkanDisplay, gst_object_unref)
131 GstVulkanDisplay * gst_vulkan_display_new (GstVulkanInstance *instance);
133 GstVulkanDisplay * gst_vulkan_display_new_with_type (GstVulkanInstance *instance,
142 gpointer gst_vulkan_display_get_handle (GstVulkanDisplay * display);
144 GstVulkanDisplayType gst_vulkan_display_get_handle_type (GstVulkanDisplay * display);
146 GstVulkanWindow * gst_vulkan_display_create_window (GstVulkanDisplay * display);
150 GstVulkanDisplay ** display);
153 GstVulkanDisplay * display);
157 GstVulkanDisplay * display);
160 GstVulkanDisplay ** display);
164 gboolean gst_vulkan_display_remove_window (GstVulkanDisplay * display, Gs…
166 GstVulkanWindow * gst_vulkan_display_find_window (GstVulkanDisplay * display, gp…