Lines Matching defs:window
480 get_visualtype_for_window(xcb_connection_t *conn, xcb_window_t window,
488 tree_cookie = xcb_query_tree(conn, window);
489 attrib_cookie = xcb_get_window_attributes(conn, window);
583 return ((VkIcdSurfaceXlib *)icd_surface)->window;
585 return ((VkIcdSurfaceXcb *)icd_surface)->window;
595 xcb_window_t window = x11_surface_get_window(icd_surface);
609 if (!visual_supported(get_visualtype_for_window(conn, window, NULL))) {
651 xcb_window_t window = x11_surface_get_window(icd_surface);
657 geom_cookie = xcb_get_geometry(conn, window);
663 get_visualtype_for_window(conn, window, &visual_depth);
743 xcb_window_t window = x11_surface_get_window(surface);
744 xcb_visualtype_t *visual = get_visualtype_for_window(conn, window, NULL);
841 xcb_window_t window = x11_surface_get_window(icd_surface);
846 xcb_get_geometry_cookie_t geom_cookie = xcb_get_geometry(conn, window);
882 surface->window = pCreateInfo->window;
906 surface->window = pCreateInfo->window;
934 xcb_window_t window;
1266 chain->window,
1308 chain->window,
1323 chain->window,
1377 xcb_get_geometry_cookie_t geom_cookie = xcb_get_geometry(chain->conn, chain->window);
1672 chain->window,
1702 chain->window,
1731 chain->window,
1802 xcb_connection_t *conn, xcb_window_t window,
1815 xcb_dri3_get_supported_modifiers(conn, window, depth, bpp);
1901 chain->window,
1981 /* Check that we have a window up-front. It is an error to not have one. */
1982 xcb_window_t window = x11_surface_get_window(icd_surface);
1984 /* Get the geometry of that window. The bit depth of the swapchain will be fitted and the
1988 xcb_get_geometry_reply(conn, xcb_get_geometry(conn, window), NULL);
2023 chain->window = window;
2035 /* When images in the swapchain don't fit the window, X can still present them, but it won't
2069 xcb_present_select_input(chain->conn, chain->event_id, chain->window,
2091 chain->window,
2100 wsi_x11_get_dri3_modifiers(wsi_conn, conn, window, chain->depth, 32,
2190 * the window, and swapchain creation does the association. At this point
2192 wsi_x11_set_adaptive_sync_property(conn, window,