Searched refs:visual_depth (Results 1 – 1 of 1) sorted by relevance
374 unsigned visual_depth; in wsi_get_physical_device_xcb_presentation_support() local375 if (!connection_get_visualtype(connection, visual_id, &visual_depth)) in wsi_get_physical_device_xcb_presentation_support()378 if (visual_depth != 24 && visual_depth != 32) in wsi_get_physical_device_xcb_presentation_support()423 unsigned visual_depth; in x11_surface_get_support() local424 if (!get_visualtype_for_window(conn, window, &visual_depth)) { in x11_surface_get_support()429 if (visual_depth != 24 && visual_depth != 32) { in x11_surface_get_support()447 unsigned visual_depth; in x11_surface_get_capabilities() local455 get_visualtype_for_window(conn, window, &visual_depth); in x11_surface_get_capabilities()479 if (visual_has_alpha(visual, visual_depth)) { in x11_surface_get_capabilities()