Home
last modified time | relevance | path

Searched refs:RenderSlotCullType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_node_scene_util.h97 RENDER_NS::RenderSlotCullType cullType { RENDER_NS::RenderSlotCullType::NONE };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_parser_util.cpp44 CORE_JSON_SERIALIZE_ENUM(RenderSlotCullType,
46 { RenderSlotCullType::NONE, "none" },
47 { RenderSlotCullType::VIEW_FRUSTUM_CULL, "view_frustum_cull" },
563 RenderSlotCullType RenderNodeParserUtil::GetRenderSlotCullType( in GetRenderSlotCullType()
566 RenderSlotCullType cullType = RenderSlotCullType::NONE; in GetRenderSlotCullType()
H A Drender_node_parser_util.h58 RenderSlotCullType GetRenderSlotCullType( in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_depth_render_slot.h99 RENDER_NS::RenderSlotCullType cullType { RENDER_NS::RenderSlotCullType::NONE };
H A Drender_node_default_shadow_render_slot.h127 RENDER_NS::RenderSlotCullType cullType { RENDER_NS::RenderSlotCullType::NONE };
H A Drender_node_default_material_render_slot.h124 RENDER_NS::RenderSlotCullType cullType { RENDER_NS::RenderSlotCullType::NONE };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_parser_util.h104 virtual RenderSlotCullType GetRenderSlotCullType( in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/
H A Drender_node_scene_util.cpp262 if (renderSlotInfo.cullType == RenderSlotCullType::VIEW_FRUSTUM_CULL) { in GetRenderSlotSubmeshes()
285 ((renderSlotInfo.cullType != RenderSlotCullType::VIEW_FRUSTUM_CULL) || in GetRenderSlotSubmeshes()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Drender_data_structures.h132 enum class RenderSlotCullType : uint32_t { enum