Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c312 xcb_get_window_attributes_cookie_t attrib_cookie; in get_visualtype_for_window() local
317 attrib_cookie = xcb_get_window_attributes(conn, window); in get_visualtype_for_window()
320 attrib = xcb_get_window_attributes_reply(conn, attrib_cookie, NULL); in get_visualtype_for_window()