Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp200 struct Swapchain { struct
201 Swapchain(Surface& surface_, in Swapchain() function
216 Surface& surface;
217 uint32_t num_images;
218 bool mailbox_mode;
219 bool frame_timestamps_enabled;
220 int64_t refresh_duration;
221 bool shared;
223 struct Image {
233 } images[android::BufferQueueDefs::NUM_BUFFER_SLOTS];
[all …]