Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dmesh.h218 void UpdateMeshFromArraysI16(MeshGeometryArrayPtr<uint16_t> arrays) in UpdateMeshFromArraysI16() function
221 mesh->UpdateMeshFromArraysI16(arrays); in UpdateMeshFromArraysI16()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_mesh.h130 virtual void UpdateMeshFromArraysI16(MeshGeometryArrayPtr<uint16_t> arrays) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmesh_impl.cpp425 void UpdateMeshFromArraysI16(SCENE_NS::MeshGeometryArrayPtr<uint16_t> arrays) override in UpdateMeshFromArraysI16() function in __anonc1d7ca6d0110::MeshImpl