Searched defs:Swapchain (Results 1 – 1 of 1) sorted by relevance
200 struct Swapchain { struct201 Swapchain(Surface& surface_, in Swapchain() function216 Surface& surface;217 uint32_t num_images;218 bool mailbox_mode;219 bool frame_timestamps_enabled;220 int64_t refresh_duration;221 bool shared;223 struct Image {233 } images[android::BufferQueueDefs::NUM_BUFFER_SLOTS];[all …]