Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp255 struct Swapchain { struct
256 Swapchain(Surface& surface_, in Swapchain() argument
271 VkResult get_refresh_duration(uint64_t& outRefreshDuration) in get_refresh_duration()
286 Surface& surface;
287 uint32_t num_images;
288 bool mailbox_mode;
289 int pre_transform;
290 bool frame_timestamps_enabled;
291 int64_t refresh_duration;
292 nsecs_t acquire_next_image_timeout;
[all …]