Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Drender_util.cpp177 if (!renderCamera.customRenderNodeGraphFile.empty()) { in SelectBaseDesc()
180 desc = LoadRenderNodeGraph(rngl, renderCamera.customRenderNodeGraphFile); in SelectBaseDesc()
286 } else if (renderCamera.customRenderNodeGraphFile.empty()) { in GetRenderNodeGraphDescs()
334 if (!renderScene.customRenderNodeGraphFile.empty()) { in GetRenderNodeGraphDesc()
337 desc = LoadRenderNodeGraph(rngl, renderScene.customRenderNodeGraphFile); in GetRenderNodeGraphDesc()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dpost_process_configuration_component.h68 DEFINE_PROPERTY(BASE_NS::string, customRenderNodeGraphFile, "Custom Post Process RNG File", 0, )
H A Drender_configuration_component.h101 …DEFINE_PROPERTY(BASE_NS::string, customRenderNodeGraphFile, "Custom Scene Render Node Graph File",…
H A Dcamera_component.h271 …DEFINE_PROPERTY(BASE_NS::string, customRenderNodeGraphFile, "Custom Scene Render Node Graph File",…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Drender_data_defines_3d.h555 BASE_NS::string customRenderNodeGraphFile; member
636 BASE_NS::string customRenderNodeGraphFile; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp315 return handle->customRenderNodeGraphFile; in GetPostProcessRenderNodeGraph()
353 renderCamera.customRenderNodeGraphFile = cc.customRenderNodeGraphFile; in FillRenderCameraBaseFromCameraComponent()
413 rc.customRenderNodeGraphFile.clear(); in CreateColorPrePassRenderCamera()
2288 renderDataScene.customRenderNodeGraphFile = renderConfig.customRenderNodeGraphFile; in FetchFullScene()
2481 (iter->second.customRngFile != renderCamera.customRenderNodeGraphFile) || in GetCameraRenderNodeGraphs()
2512 iter->second.customRngFile = renderCamera.customRenderNodeGraphFile; in GetCameraRenderNodeGraphs()
2521 … renderCamera.customRenderNodeGraphFile, renderCamera.customPostProcessRenderNodeGraphFile, in GetCameraRenderNodeGraphs()
2552 if (!renderScene.customRenderNodeGraphFile.empty()) { in GetSceneRenderNodeGraph()
2553 …ol reCreate = (renderProcessing_.sceneRngs.customRngFile != renderScene.customRenderNodeGraphFile); in GetSceneRenderNodeGraph()
2558 renderProcessing_.sceneRngs.customRngFile = renderScene.customRenderNodeGraphFile; in GetSceneRenderNodeGraph()