Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h57 class Swapchain; variable
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp268 struct Swapchain { struct
269 Swapchain(Surface &surface, uint32_t numImages, VkPresentModeKHR presentMode, in Swapchain() argument
276 Surface &surface;
277 uint32_t numImages;
278 bool mailboxMode;
279 OH_NativeBuffer_TransformType preTransform;
280 bool shared;
282 struct Image {
289 } images[MAX_BUFFER_SIZE];
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h52 class Swapchain; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h60 class Swapchain; variable