Home
last modified time | relevance | path

Searched refs:GetRenderDataStoreManager (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_context_manager.cpp51 (RenderDataStoreManager&)renderContext_.GetRenderDataStoreManager()); in RENDER_BEGIN_NAMESPACE()
86 const IRenderNodeRenderDataStoreManager& RenderNodeContextManager::GetRenderDataStoreManager() const in GetRenderDataStoreManager() function in RenderNodeContextManager
H A Drender_node_context_manager.h75 const IRenderNodeRenderDataStoreManager& GetRenderDataStoreManager() const override;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_bloom.cpp80 ProcessPostProcessConfiguration(renderNodeContextMgr_->GetRenderDataStoreManager()); in InitNode()
98 ProcessPostProcessConfiguration(renderNodeContextMgr_->GetRenderDataStoreManager()); in PreExecuteFrame()
H A Drender_node_staging.cpp115 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in PreExecuteFrame()
129 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in ExecuteFrame()
H A Drender_node_end_frame_staging.cpp53 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in ExecuteFrame()
H A Drender_node_compute_generic.cpp156 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in ExecuteFrame()
182 const auto& renderDataStoreMgr = renderNodeContextMgr.GetRenderDataStoreManager(); in GetPsoHandle()
H A Drender_node_fullscreen_generic.cpp143 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in ExecuteFrame()
164 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in GetPsoHandle()
H A Drender_node_shader_passes_generic.cpp97 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in PreExecuteFrame()
125 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in ExecuteFrame()
H A Drender_node_default_acceleration_structure_staging.cpp63 …nst IRenderNodeRenderDataStoreManager& rdsMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in ExecuteFrame()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_post_process_controller.cpp111 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in InitNode()
143 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in PreExecuteFrame()
H A Drender_node_default_material_objects.cpp66 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in PreExecuteFrame()
86 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in ExecuteFrame()
H A Drender_node_morph.cpp80 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in PreExecuteFrame()
154 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in ExecuteFrame()
H A Drender_node_default_shadows_blur.cpp77 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in PreExecuteFrame()
124 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in ExecuteFrame()
H A Drender_node_create_default_camera_gpu_images.cpp71 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in PreExecuteFrame()
H A Drender_node_default_lights.cpp98 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in ExecuteFrame()
H A Drender_node_default_camera_controller.cpp547 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in InitNode()
565 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in PreExecuteFrame()
918 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in UpdateEnvironmentUniformBuffer()
1000 const auto& renderDataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in UpdateLightBuffer()
1061 const auto& dataStoreMgr = renderNodeContextMgr_->GetRenderDataStoreManager(); in UpdatePostProcessConfiguration()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H A Dlume_custom_render.cpp83 …renderContext_->GetRenderDataStoreManager().GetRenderDataStore(RENDER_DATA_STORE_DEFAULT_STAGING)); in GetDefaultStaging()
108 renderContext_->GetRenderDataStoreManager().GetRenderDataStore(RENDER_DATA_STORE_POD)); in UpdateShaderSpecialization()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Dintf_render_context.h103 virtual IRenderDataStoreManager& GetRenderDataStoreManager() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.cpp120 SetDataStore(renderContext_->GetRenderDataStoreManager(), properties_.dataStoreName); in Initialize()
174 SetDataStore(renderContext_->GetRenderDataStoreManager(), properties_.dataStoreName); in SetProperties()
H A Drender_preprocessor_system.cpp151 IRenderDataStoreManager& rdsMgr = renderContext->GetRenderDataStoreManager(); in ~RenderPreprocessorSystem()
213 SetDataStorePointers(renderContext_->GetRenderDataStoreManager()); in SetProperties()
446 SetDataStorePointers(renderContext_->GetRenderDataStoreManager()); in Initialize()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_context_manager.h47 virtual const IRenderNodeRenderDataStoreManager& GetRenderDataStoreManager() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp64 const IRenderDataStoreManager& dsManager = renderContext.GetRenderDataStoreManager(); in RenderFrameUtil()
235 const auto& rdsMgr = renderContext_.GetRenderDataStoreManager(); in ProcessFrameBackBufferConfiguration()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.h77 IRenderDataStoreManager& GetRenderDataStoreManager() const override;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.cpp601 IRenderDataStoreManager& rdsm = renderContext_.GetRenderDataStoreManager(); in CreateSwapchainImpl()
672 IRenderDataStoreManager& rdsm = renderContext_.GetRenderDataStoreManager(); in DestroySwapchainImpl()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H A Dgraphics_context.cpp514 …auto* dataStore = context.GetRenderDataStoreManager().GetRenderDataStore(POST_PROCESS_DATA_STORE_N… in CreatePlugin3D()
548 … state->renderContext.GetRenderDataStoreManager().GetRenderDataStore(POST_PROCESS_DATA_STORE_NAME); in DestroyPlugin3D()

12