Searched refs:wl_proxy_get_version (Results 1 – 8 of 8) sorted by relevance
991 return wl_proxy_get_version((struct wl_proxy *) wl_display); in wl_display_get_version()1124 return wl_proxy_get_version((struct wl_proxy *) wl_registry); in wl_registry_get_version()1201 return wl_proxy_get_version((struct wl_proxy *) wl_callback); in wl_callback_get_version()1241 return wl_proxy_get_version((struct wl_proxy *) wl_compositor); in wl_compositor_get_version()1318 return wl_proxy_get_version((struct wl_proxy *) wl_shm_pool); in wl_shm_pool_get_version()1713 return wl_proxy_get_version((struct wl_proxy *) wl_shm); in wl_shm_get_version()1808 return wl_proxy_get_version((struct wl_proxy *) wl_buffer); in wl_buffer_get_version()1994 return wl_proxy_get_version((struct wl_proxy *) wl_data_offer); in wl_data_offer_get_version()2334 return wl_proxy_get_version((struct wl_proxy *) wl_data_source); in wl_data_source_get_version()2573 return wl_proxy_get_version((struct wl_proxy *) wl_data_device); in wl_data_device_get_version()[all …]
151 return wl_proxy_get_version((struct wl_proxy *) intf_A); in intf_A_get_version()
189 wl_proxy_get_version(struct wl_proxy *proxy);
2099 wl_proxy_get_version(struct wl_proxy *proxy) in wl_proxy_get_version() function
868 assert(wl_proxy_get_version((struct wl_proxy *) seat) == ev); in check_seat_versions()873 assert(wl_proxy_get_version((struct wl_proxy *) pointer) == ev); in check_seat_versions()886 assert(wl_proxy_get_version((struct wl_proxy *) c->wl_display) == 0); in seat_version()
1095 chain->surface_version = wl_proxy_get_version((void *)surface->surface); in wsi_wl_surface_create_swapchain()
1040 if (wl_proxy_get_version((struct wl_proxy *) dri2_surf->wl_surface_wrapper) in try_damage_buffer()