Home
last modified time | relevance | path

Searched refs:UpdateMeshFromArraysI32 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dmesh.h229 void UpdateMeshFromArraysI32(MeshGeometryArrayPtr<uint32_t> arrays) in UpdateMeshFromArraysI32() function
232 mesh->UpdateMeshFromArraysI32(arrays); in UpdateMeshFromArraysI32()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_mesh.h136 virtual void UpdateMeshFromArraysI32(MeshGeometryArrayPtr<uint32_t> arrays) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmesh_impl.cpp430 void UpdateMeshFromArraysI32(SCENE_NS::MeshGeometryArrayPtr<uint32_t> arrays) override in UpdateMeshFromArraysI32() function in __anonc1d7ca6d0110::MeshImpl