Home
last modified time | relevance | path

Searched refs:SetMesh (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dnode.h70 void SetMesh(IMesh::Ptr mesh) in SCENE_BEGIN_NAMESPACE()
73 impl->SetMesh(mesh); in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_shape_bridge.h27 static ArkUINativeModuleValue SetMesh(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_shape_bridge.cpp67 ArkUINativeModuleValue ShapeBridge::SetMesh(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetMesh() function in OHOS::Ace::NG::ShapeBridge
H A Darkts_native_api_impl_bridge.cpp4763 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ShapeBridge::SetMesh)); in RegisterShapeAttributes()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_node.h141 virtual void SetMesh(BASE_NS::shared_ptr<IMesh> mesh) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.h309 void SetMesh(SCENE_NS::IMesh::Ptr mesh) override;
H A Dnode_impl.cpp1161 sceneHolder->SetMesh(self->GetEntity(), meshObject->GetEntity()); in SetMeshToEngine()
1172 void NodeImpl::SetMesh(SCENE_NS::IMesh::Ptr mesh) in SetMesh() function in NodeImpl
H A Dscene_holder.h221 void SetMesh(CORE_NS::Entity targetEntity, CORE_NS::Entity mesh);
H A Dscene_holder.cpp1714 void SceneHolder::SetMesh(CORE_NS::Entity targetEntity, CORE_NS::Entity mesh) in SetMesh() function in SceneHolder