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.c306 unsigned visual_depth; in wsi_get_physical_device_xcb_presentation_support() local
307 if (!connection_get_visualtype(connection, visual_id, &visual_depth)) in wsi_get_physical_device_xcb_presentation_support()
310 if (visual_depth != 24 && visual_depth != 32) in wsi_get_physical_device_xcb_presentation_support()
354 unsigned visual_depth; in x11_surface_get_support() local
355 if (!get_visualtype_for_window(conn, window, &visual_depth)) { in x11_surface_get_support()
360 if (visual_depth != 24 && visual_depth != 32) { in x11_surface_get_support()
378 unsigned visual_depth; in x11_surface_get_capabilities() local
386 get_visualtype_for_window(conn, window, &visual_depth); in x11_surface_get_capabilities()
410 if (visual_has_alpha(visual, visual_depth)) { in x11_surface_get_capabilities()