Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp226 struct Swapchain { struct
227 Swapchain(Surface& surface_, in Swapchain() argument
243 uint64_t get_refresh_duration() in get_refresh_duration()
253 Surface& surface;
254 uint32_t num_images;
255 bool mailbox_mode;
256 int pre_transform;
257 bool frame_timestamps_enabled;
258 int64_t refresh_duration;
259 bool shared;
[all …]