Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c195 xcb_randr_get_screen_resources_current_reply_t *gsr_reply = in wsi_x11_detect_xwayland() local
198 if (!gsr_reply || gsr_reply->num_outputs == 0) { in wsi_x11_detect_xwayland()
199 free(gsr_reply); in wsi_x11_detect_xwayland()
204 xcb_randr_get_screen_resources_current_outputs(gsr_reply); in wsi_x11_detect_xwayland()
206 xcb_randr_get_output_info(conn, randr_outputs[0], gsr_reply->config_timestamp); in wsi_x11_detect_xwayland()
207 free(gsr_reply); in wsi_x11_detect_xwayland()