Home
last modified time | relevance | path

Searched refs:wp_presentation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/crosvm/gpu_display/gpu_display_client_protocol_headers/gen/wayland_protocol_codegen/
Dpresentation-time.h46 struct wp_presentation;
206 struct wp_presentation *wp_presentation,
214 wp_presentation_add_listener(struct wp_presentation *wp_presentation, in wp_presentation_add_listener() argument
217 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() argument
242 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() argument
249 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() argument
255 return wl_proxy_get_version((struct wl_proxy *) wp_presentation); in wp_presentation_get_version()
[all …]
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c114 struct wp_presentation *wp_presentation_notwrapped;
205 struct wp_presentation *wp_presentation; member
1853 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()