Searched refs:wp_presentation (Results 1 – 2 of 2) sorted by relevance
46 struct wp_presentation;206 struct wp_presentation *wp_presentation,214 wp_presentation_add_listener(struct wp_presentation *wp_presentation, in wp_presentation_add_listener() argument217 return wl_proxy_add_listener((struct wl_proxy *) wp_presentation, in wp_presentation_add_listener()240 wp_presentation_set_user_data(struct wp_presentation *wp_presentation, void *user_data) in wp_presentation_set_user_data() argument242 wl_proxy_set_user_data((struct wl_proxy *) wp_presentation, user_data); in wp_presentation_set_user_data()247 wp_presentation_get_user_data(struct wp_presentation *wp_presentation) in wp_presentation_get_user_data() argument249 return wl_proxy_get_user_data((struct wl_proxy *) wp_presentation); in wp_presentation_get_user_data()253 wp_presentation_get_version(struct wp_presentation *wp_presentation) in wp_presentation_get_version() argument255 return wl_proxy_get_version((struct wl_proxy *) wp_presentation); in wp_presentation_get_version()[all …]
114 struct wp_presentation *wp_presentation_notwrapped;205 struct wp_presentation *wp_presentation; member1853 if (!chain->present_ids.wp_presentation) in wsi_wl_swapchain_wait_for_present()2192 if (chain->present_ids.wp_presentation) { in wsi_wl_swapchain_queue_present()2193 id->feedback = wp_presentation_feedback(chain->present_ids.wp_presentation, in wsi_wl_swapchain_queue_present()2411 if (chain->present_ids.wp_presentation) in wsi_wl_swapchain_chain_free()2412 wl_proxy_wrapper_destroy(chain->present_ids.wp_presentation); in wsi_wl_swapchain_chain_free()2624 chain->present_ids.wp_presentation = in wsi_wl_surface_create_swapchain()2626 wl_proxy_set_queue((struct wl_proxy *) chain->present_ids.wp_presentation, in wsi_wl_surface_create_swapchain()