Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c374 unsigned visual_depth; in wsi_get_physical_device_xcb_presentation_support() local
375 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() local
424 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() local
455 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()