Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp222 struct Swapchain { struct
223 Swapchain(Surface& surface_, in Swapchain() function
241 uint64_t get_refresh_duration() in get_refresh_duration()
251 Surface& surface;
252 uint32_t num_images;
253 bool mailbox_mode;
254 int pre_transform;
255 bool frame_timestamps_enabled;
256 int64_t refresh_duration;
257 nsecs_t acquire_next_image_timeout;
[all …]