Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c1047 uint64_t signal_present_id; member
1118 if (image->signal_present_id) { in x11_present_complete()
1120 if (image->signal_present_id > swapchain->present_id) { in x11_present_complete()
1121 swapchain->present_id = image->signal_present_id; in x11_present_complete()
1150 image->signal_present_id = image->present_id; in x11_notify_pending_present()