Home
last modified time | relevance | path

Searched refs:DefaultMaterialRenderNodeConstants (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_controller.cpp637 DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_VELOCITY_NORMAL, cth.velNor); in RegisterOutputs()
644 DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_BASE_COLOR, cth.baseColor); in RegisterOutputs()
646 DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_MATERIAL, cth.material); in RegisterOutputs()
651 DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_DEPTH_MSAA, cth.depthMsaa); in RegisterOutputs()
653 DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_COLOR_MSAA, cth.colorMsaa); in RegisterOutputs()
1098 if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_OUTPUT) { in ParseRenderNodeInputs()
1100 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_DEPTH) { in ParseRenderNodeInputs()
1102 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_COLOR) { in ParseRenderNodeInputs()
1104 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_HISTORY) { in ParseRenderNodeInputs()
1108 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_BASE_COLOR) { in ParseRenderNodeInputs()
[all …]
H A Drender_node_default_camera_post_process_controller.cpp59 if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_OUTPUT) { in FillPostProcessImages()
66 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_COLOR) { in FillPostProcessImages()
70 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_DEPTH) { in FillPostProcessImages()
74 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_VELOCITY_NORMAL) { in FillPostProcessImages()
78 …} else if ((ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_HISTORY) && (!mvLayerCa… in FillPostProcessImages()
80 …} else if ((ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_HISTORY_NEXT) && (!mvLa… in FillPostProcessImages()
H A Drender_node_default_depth_render_slot.cpp591 if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_VELOCITY_NORMAL) { in ParseRenderNodeInputs()
H A Drender_node_default_material_render_slot.cpp922 if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_VELOCITY_NORMAL) { in ParseRenderNodeInputs()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Ddefault_material_constants.h216 struct DefaultMaterialRenderNodeConstants { struct