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

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_x11.c391 unsigned visual_depth; local in function:wsi_get_physical_device_xcb_presentation_support
392 if (!connection_get_visualtype(connection, visual_id, &visual_depth))
395 if (visual_depth != 24 && visual_depth != 32)
438 unsigned visual_depth; local in function:x11_surface_get_support
439 if (!get_visualtype_for_window(conn, window, &visual_depth)) {
444 if (visual_depth != 24 && visual_depth != 32) {
463 unsigned visual_depth; local in function:x11_surface_get_capabilities
471 get_visualtype_for_window(conn, window, &visual_depth);
[all...]
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_x11.c494 unsigned visual_depth; local in function:wsi_GetPhysicalDeviceXcbPresentationSupportKHR
495 if (!connection_get_visualtype(connection, visual_id, &visual_depth))
498 if (visual_depth != 24 && visual_depth != 32)
555 unsigned visual_depth; local in function:x11_surface_get_support
556 if (!get_visualtype_for_window(conn, window, &visual_depth)) {
561 if (visual_depth != 24 && visual_depth != 32) {
607 unsigned visual_depth; local in function:x11_surface_get_capabilities
615 get_visualtype_for_window(conn, window, &visual_depth);
[all...]

Completed in 5 milliseconds