Searched refs:present_query_reply (Results 1 – 1 of 1) sorted by relevance
2745 xcb_present_query_capabilities_reply_t *present_query_reply; in x11_surface_create_swapchain() local2747 present_query_reply = xcb_present_query_capabilities_reply(conn, present_query_cookie, NULL); in x11_surface_create_swapchain()2748 if (present_query_reply) { in x11_surface_create_swapchain()2749 …chain->has_async_may_tear = present_query_reply->capabilities & XCB_PRESENT_CAPABILITY_ASYNC_MAY_T… in x11_surface_create_swapchain()2750 free(present_query_reply); in x11_surface_create_swapchain()