Home
last modified time | relevance | path

Searched defs:lights (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_paint_property.h140 void ModelLightsAnimationUpdate(const std::vector<RefPtr<ModelLight>>& lights) in ModelLightsAnimationUpdate()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_lights.cpp110 const auto& lights = dataStoreLight->GetLights(); in ExecuteFrame() local
H A Drender_node_default_cameras.cpp241 const auto lights = dataStore->GetLights(); in GetShadowBiasMatrix() local
H A Drender_node_default_shadow_render_slot.cpp257 const auto lights = storeLight->GetLights(); in ExecuteFrame() local
671 const auto lights = dataStoreLight.GetLights(); in UpdateGeneralDataUniformBuffers() local
H A Drender_node_default_camera_controller.cpp1010 const auto& lights = dataStoreLight->GetLights(); in UpdateLightBuffer() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Ddata.h68 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::KHRLight>> lights; in CORE3D_BEGIN_NAMESPACE() member
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dwidget_adapter.cpp71 bool WidgetAdapter::UpdateLights(const std::vector<std::shared_ptr<OHOS::Render3D::Light>>& lights) in UpdateLights()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/test/
H A D3d_widget_adapter_test.cpp104 void EngineTest::UpdateLights(const std::vector<std::shared_ptr<Light>> &lights) in UpdateLights()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_structures_common.h317 DefaultMaterialSingleLightStruct lights[CORE_DEFAULT_MATERIAL_MAX_LIGHT_COUNT]; member
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1453 void LumeCommon::UpdateLights(const std::vector<std::shared_ptr<OHOS::Render3D::Light>>& lights) in UpdateLights()