Lines Matching defs:Swapchain
278 struct Swapchain { struct
279 Swapchain(Surface& surface_, in Swapchain() argument
294 VkResult get_refresh_duration(uint64_t& outRefreshDuration) in get_refresh_duration()
309 Surface& surface;
310 uint32_t num_images;
311 bool mailbox_mode;
312 int pre_transform;
313 bool frame_timestamps_enabled;
314 int64_t refresh_duration;
315 nsecs_t acquire_next_image_timeout;
316 bool shared;
318 struct Image {
339 } images[android::BufferQueueDefs::NUM_BUFFER_SLOTS];
341 std::vector<TimingInfo> timing;