Home
last modified time | relevance | path

Searched refs:UpdateImageTexturePaths (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dwidget_adapter.cpp141 bool WidgetAdapter::UpdateImageTexturePaths(const std::vector<std::string>& imageTextures) in UpdateImageTexturePaths() function in OHOS::Render3D::WidgetAdapter
144 engine_->UpdateImageTexturePaths(imageTextures); in UpdateImageTexturePaths()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_adapter_wrapper.cpp213 UpdateImageTexturePaths(modelPaintProperty); in OnPaint3D()
426 void ModelAdapterWrapper::UpdateImageTexturePaths(const RefPtr<ModelPaintProperty>& modelPaintPrope… in UpdateImageTexturePaths() function in OHOS::Ace::NG::ModelAdapterWrapper
445 adapter->widgetAdapter_->UpdateImageTexturePaths(imageTexture); in UpdateImageTexturePaths()
H A Dmodel_adapter_wrapper.h89 void UpdateImageTexturePaths(const RefPtr<ModelPaintProperty>& modelPaintProperty);
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dwidget_adapter.h60 bool UpdateImageTexturePaths(const std::vector<std::string>& imageTextures);
H A Di_engine.h72 virtual void UpdateImageTexturePaths(const std::vector<std::string>& imageTextures) = 0;
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/test/
H A D3d_widget_adapter_test.h65 void UpdateImageTexturePaths(const std::vector<std::string> &imageTextures) override;
H A D3d_widget_adapter_test.cpp119 void EngineTest::UpdateImageTexturePaths(const std::vector<std::string> &imageTextures) in UpdateImageTexturePaths() function in OHOS::Render3D::EngineTest
384 bool ret = adapter.UpdateImageTexturePaths({});
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/model/
H A Dmodel_test_ng.cpp131 modelPattern->modelAdapter_->UpdateImageTexturePaths(modelPaintProperty);
135 modelPattern->modelAdapter_->UpdateImageTexturePaths(modelPaintProperty);
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h140 void UpdateImageTexturePaths(const std::vector<std::string>& imageTextures) override;
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp375 void LumeCommon::UpdateImageTexturePaths(const std::vector<std::string>& imageTextures) in UpdateImageTexturePaths() function in OHOS::Render3D::LumeCommon