Home
last modified time | relevance | path

Searched defs:Swapchain (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp278 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;
[all …]