Home
last modified time | relevance | path

Searched refs:UpdateGLTFAnimations (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dwidget_adapter.cpp104 bool WidgetAdapter::UpdateGLTFAnimations(const std::vector<std::shared_ptr<GLTFAnimation>>& in UpdateGLTFAnimations() function in OHOS::Render3D::WidgetAdapter
108 engine_->UpdateGLTFAnimations(animations); in UpdateGLTFAnimations()
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dwidget_adapter.h55 bool UpdateGLTFAnimations(const std::vector<std::shared_ptr<GLTFAnimation>>& animations);
H A Di_engine.h68 virtual void UpdateGLTFAnimations(const std::vector<std::shared_ptr<GLTFAnimation>>& animations) = 0;
/foundation/graphic/graphic_3d/3d_widget_adapter/test/
H A D3d_widget_adapter_test.h61 void UpdateGLTFAnimations(const std::vector<std::shared_ptr<GLTFAnimation>> &animations) override;
H A D3d_widget_adapter_test.cpp99 void EngineTest::UpdateGLTFAnimations(const std::vector<std::shared_ptr<GLTFAnimation>> &animations) in UpdateGLTFAnimations() function in OHOS::Render3D::EngineTest
319 bool ret = adapter.UpdateGLTFAnimations({}); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp304 UpdateGLTFAnimations(svComponent->GetGLTFAnimations());
458 void RenderSceneViewer::UpdateGLTFAnimations(const std::vector<RefPtr<OHOS::Render3D::GLTFAnimation>>& gltfAnimations) function in OHOS::Ace::RenderSceneViewer
460 ACE_SCOPED_TRACE("RenderSceneViewer::UpdateGLTFAnimations()");
463 LOGE("RenderSceneViewer::UpdateGLTFAnimations() GetContext failed.");
474 delegate->sceneViewerAdapter_.UpdateGLTFAnimations(gltfAnimations);
H A Drender_scene_viewer.h119 void UpdateGLTFAnimations(const std::vector<RefPtr<OHOS::Render3D::GLTFAnimation>>& gltfAnimations);
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h135 void UpdateGLTFAnimations(const std::vector<std::shared_ptr<GLTFAnimation>>& animations) override;
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1092 void LumeCommon::UpdateGLTFAnimations(const std::vector<std::shared_ptr<GLTFAnimation>>& animations) in UpdateGLTFAnimations() function in OHOS::Render3D::LumeCommon

Completed in 7 milliseconds