Searched defs:Swapchain (Results 1 – 1 of 1) sorted by relevance
204 struct Swapchain { struct205 Swapchain(Surface& surface_, in Swapchain() argument220 Surface& surface;221 uint32_t num_images;222 bool mailbox_mode;223 bool frame_timestamps_enabled;224 int64_t refresh_duration;225 bool shared;227 struct Image {237 } images[android::BufferQueueDefs::NUM_BUFFER_SLOTS];[all …]