Home
last modified time | relevance | path

Searched refs:NodeGraphBackBufferConfiguration (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.cpp605 PLUGIN_ASSERT(dataView.size_bytes() == sizeof(NodeGraphBackBufferConfiguration)); in CreateSwapchainImpl()
606NodeGraphBackBufferConfiguration ngbbc = *(const NodeGraphBackBufferConfiguration*)dataView.data(); in CreateSwapchainImpl()
608 … ngbbc.backBufferName, NodeGraphBackBufferConfiguration::CORE_MAX_BACK_BUFFER_NAME_LENGTH); in CreateSwapchainImpl()
609 ngbbc.backBufferType = NodeGraphBackBufferConfiguration::BackBufferType::SWAPCHAIN; in CreateSwapchainImpl()
677 … PLUGIN_ASSERT(dataView.size_bytes() == sizeof(NodeGraphBackBufferConfiguration)); in DestroySwapchainImpl()
678 NodeGraphBackBufferConfiguration ngbbc = in DestroySwapchainImpl()
679 *(const NodeGraphBackBufferConfiguration*)dataView.data(); in DestroySwapchainImpl()
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.cpp547 const auto bb = reinterpret_cast<const NodeGraphBackBufferConfiguration*>(dataView.data()); in RemapBackBufferHandle()
548 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()
733 if (dataView.size_bytes() == sizeof(NodeGraphBackBufferConfiguration)) { in RenderFrameBackendImpl()
735 …const NodeGraphBackBufferConfiguration* bb = (const NodeGraphBackBufferConfiguration*)dataView.dat… in RenderFrameBackendImpl()
H A Drender_backend.h39 NodeGraphBackBufferConfiguration config;
H A Drender_context.cpp133 NodeGraphBackBufferConfiguration backBufferConfig {}; in CreateDefaultRenderDataStores()
136 NodeGraphBackBufferConfiguration::CORE_MAX_BACK_BUFFER_NAME_LENGTH - 1); in CreateDefaultRenderDataStores()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp238 NodeGraphBackBufferConfiguration ngbbc; in ProcessFrameBackBufferConfiguration()
242 …static_cast<NodeGraphBackBufferConfiguration::BackBufferType>(postBackBufferConfig_.bbc.backBuffer… in ProcessFrameBackBufferConfiguration()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Drender_data_store_render_pods.h32 struct NodeGraphBackBufferConfiguration { struct
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h51 struct NodeGraphBackBufferConfiguration;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.h56 struct NodeGraphBackBufferConfiguration;