Home
last modified time | relevance | path

Searched refs:cullType (Results 1 – 11 of 11) 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 };
H A Drender_data_defines_3d.h543 CameraCullType cullType { CameraCullType::CAMERA_CULL_VIEW_FRUSTUM };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_parser_util.cpp566 RenderSlotCullType cullType = RenderSlotCullType::NONE; in GetRenderSlotCullType() local
568 if (!SafeGetJsonEnum(jsonValue, name, error, cullType)) { in GetRenderSlotCullType()
571 return cullType; in GetRenderSlotCullType()
/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 };
H A Drender_node_default_depth_render_slot.cpp564 jsonInputs_.cullType, jsonInputs_.nodeMaterialDiscardFlags }; in ProcessSlotSubmeshes()
579 jsonInputs_.cullType = parserUtil.GetRenderSlotCullType(jsonVal, "renderSlotCullType"); in ParseRenderNodeInputs()
H A Drender_node_default_shadow_render_slot.cpp697 jsonInputs_.cullType, 0 }; in ProcessSlotSubmeshes()
708 jsonInputs_.cullType = parserUtil.GetRenderSlotCullType(jsonVal, "renderSlotCullType"); in ParseRenderNodeInputs()
H A Drender_node_default_material_render_slot.cpp886 jsonInputs_.cullType, jsonInputs_.nodeMaterialDiscardFlags }; in ProcessSlotSubmeshes()
910 jsonInputs_.cullType = parserUtil.GetRenderSlotCullType(jsonVal, "renderSlotCullType"); in ParseRenderNodeInputs()
/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/Lume_3D/src/ecs/systems/
H A Drender_system.cpp251 RenderCamera::CameraCullType cullType(RenderCamera::CameraCullType::CAMERA_CULL_NONE); in GetRenderCameraCullTypeFromComponent() local
253 cullType = RenderCamera::CameraCullType::CAMERA_CULL_VIEW_FRUSTUM; in GetRenderCameraCullTypeFromComponent()
255 return cullType; in GetRenderCameraCullTypeFromComponent()
348 renderCamera.cullType = GetRenderCameraCullTypeFromComponent(cc.culling); in FillRenderCameraBaseFromCameraComponent()
2009 reflCam.cullType = RenderCamera::CameraCullType::CAMERA_CULL_VIEW_FRUSTUM; in ProcessReflection()
2150 camera.cullType = RenderCamera::CameraCullType::CAMERA_CULL_VIEW_FRUSTUM; in ProcessShadowCamera()