Home
last modified time | relevance | path

Searched refs:LoadCustGeometry (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h172 void LoadCustGeometry(const std::vector<std::shared_ptr<Geometry>>& shapes);
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp349 LoadCustGeometry(shapes); in UpdateGeometries()
1260 void LumeCommon::LoadCustGeometry(const std::vector<std::shared_ptr<Geometry>>& shapes) in LoadCustGeometry() function in OHOS::Render3D::LumeCommon