Home
last modified time | relevance | path

Searched refs:HasSwapchain (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h156 bool HasSwapchain() const;
H A Ddevice.cpp768 bool Device::HasSwapchain() const in HasSwapchain() function in Device
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.cpp257 renderGraph.ProcessRenderNodeGraph(device.HasSwapchain(), graphNodeStoreView); in ProcessRenderNodeGraph()
549 if (!device_.HasSwapchain()) { in RemapBackBufferHandle()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp174 if (device_.HasSwapchain()) { in AcquirePresentationInfo()
295 if (device_.HasSwapchain() && presentationData_.present) { in Present()
583 if ((!backBufferConfig.swapchainData.empty()) && device_.HasSwapchain()) { in RenderProcessCommandLists()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1029 if (HasSwapchain()) { in Activate()
2203 if (deviceGLES_.IsActive() && deviceGLES_.HasSwapchain()) { in SwapBuffers()
H A Drender_backend_gles.cpp748 if (device_.HasSwapchain()) { in Present()
823 if (device_.HasSwapchain() && (!backBufferConfig.swapchainData.empty())) { in Render()