Searched refs:visual_depth (Results 1 – 1 of 1) sorted by relevance
393 unsigned visual_depth; in wsi_get_physical_device_xcb_presentation_support() local394 if (!connection_get_visualtype(connection, visual_id, &visual_depth)) in wsi_get_physical_device_xcb_presentation_support()397 if (visual_depth != 24 && visual_depth != 32) in wsi_get_physical_device_xcb_presentation_support()440 unsigned visual_depth; in x11_surface_get_support() local441 if (!get_visualtype_for_window(conn, window, &visual_depth)) { in x11_surface_get_support()446 if (visual_depth != 24 && visual_depth != 32) { in x11_surface_get_support()492 unsigned visual_depth; in x11_surface_get_capabilities() local500 get_visualtype_for_window(conn, window, &visual_depth); in x11_surface_get_capabilities()526 if (visual_has_alpha(visual, visual_depth)) { in x11_surface_get_capabilities()