Searched refs:UpdateLights (Results 1 – 7 of 7) sorted by relevance
71 bool WidgetAdapter::UpdateLights(const std::vector<std::shared_ptr<OHOS::Render3D::Light>>& lights) in UpdateLights() function in OHOS::Render3D::WidgetAdapter74 engine_->UpdateLights(lights); in UpdateLights()
57 bool UpdateLights(const std::vector<std::shared_ptr<OHOS::Render3D::Light>>& lights);
69 … virtual void UpdateLights(const std::vector<std::shared_ptr<OHOS::Render3D::Light>>& lights) = 0;
62 void UpdateLights(const std::vector<std::shared_ptr<Light>> &lights) override;
104 void EngineTest::UpdateLights(const std::vector<std::shared_ptr<Light>> &lights) in UpdateLights() function in OHOS::Render3D::EngineTest335 bool ret = adapter.UpdateLights({});
136 void UpdateLights(const std::vector<std::shared_ptr<OHOS::Render3D::Light>>& lights) override;
1453 void LumeCommon::UpdateLights(const std::vector<std::shared_ptr<OHOS::Render3D::Light>>& lights) in UpdateLights() function in OHOS::Render3D::LumeCommon