Home
last modified time | relevance | path

Searched refs:BackBufferType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/util/
H A Dintf_render_frame_util.h75 enum class BackBufferType : uint32_t { in RENDER_BEGIN_NAMESPACE() enum
91 BackBufferType backBufferType = { BackBufferType::UNDEFINED }; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Drender_data_store_render_pods.h37 enum class BackBufferType : uint32_t { enum
53 BackBufferType backBufferType = { BackBufferType::UNDEFINED };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.cpp609 ngbbc.backBufferType = NodeGraphBackBufferConfiguration::BackBufferType::SWAPCHAIN; in CreateSwapchainImpl()
680 … if (ngbbc.backBufferType == NodeGraphBackBufferConfiguration::BackBufferType::SWAPCHAIN) { in DestroySwapchainImpl()
681 … ngbbc.backBufferType = NodeGraphBackBufferConfiguration::BackBufferType::UNDEFINED; in DestroySwapchainImpl()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.cpp548 if (bb->backBufferType == NodeGraphBackBufferConfiguration::BackBufferType::SWAPCHAIN) { in RemapBackBufferHandle()
552 … } else if (bb->backBufferType == NodeGraphBackBufferConfiguration::BackBufferType::GPU_IMAGE) { in RemapBackBufferHandle()
557 …} else if (bb->backBufferType == NodeGraphBackBufferConfiguration::BackBufferType::GPU_IMAGE_BUFFE… in RemapBackBufferHandle()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp242 …static_cast<NodeGraphBackBufferConfiguration::BackBufferType>(postBackBufferConfig_.bbc.backBuffer… in ProcessFrameBackBufferConfiguration()