Home
last modified time | relevance | path

Searched refs:rngFile (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Drender_util.cpp355 const RenderScene& renderScene, const string& rngFile, const uint32_t flags) const in GetRenderNodeGraphDesc() argument
358 if (!rngFile.empty()) { in GetRenderNodeGraphDesc()
361 desc = LoadRenderNodeGraph(rngl, rngFile); in GetRenderNodeGraphDesc()
H A Drender_util.h48 …const RenderScene& renderScene, const BASE_NS::string& rngFile, const uint32_t flags) const overri…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_render_util.h96 … const RenderScene& renderScene, const BASE_NS::string& rngFile, const uint32_t flags) const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2543 …o createNewCustomRng = [](auto& rngm, const auto& rnUtil, const auto& scene, const auto& rngFile) { in GetSceneRenderNodeGraph() argument
2544 const RenderNodeGraphDesc desc = rnUtil->GetRenderNodeGraphDesc(scene, rngFile, 0); in GetSceneRenderNodeGraph()