Home
last modified time | relevance | path

Searched refs:RemoveAttachment (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_object.h78 virtual void RemoveAttachment(CORE_NS::Entity entity) = 0;
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h117 void RemoveAttachment(GLenum target, GLuint id, AttachmentType type);
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_object.cpp266 void RemoveAttachment(CORE_NS::Entity entity) override in RemoveAttachment() function in EcsObject
H A Dnode_impl.cpp350 void NodeImpl::RemoveAttachment(CORE_NS::Entity entity) in RemoveAttachment() function in NodeImpl
353 ecsObject_->RemoveAttachment(entity); in RemoveAttachment()
1223 ecsObject_->RemoveAttachment(attachment); in ReleaseEntityOwnership()
H A Dnode_impl.h158 void RemoveAttachment(CORE_NS::Entity entity) override;
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_framebuffer.cpp145 void WebGLFramebuffer::RemoveAttachment(GLenum target, GLuint id, AttachmentType type) in RemoveAttachment() function in OHOS::Rosen::WebGLFramebuffer
H A Dwebgl_rendering_context_base_impl.cpp568 … framebufferBinding->RemoveAttachment(GL_FRAMEBUFFER, renderbuffer, AttachmentType::RENDER_BUFFER); in DeleteRenderBuffer()
572 …framebufferBinding->RemoveAttachment(GL_READ_FRAMEBUFFER, renderbuffer, AttachmentType::RENDER_BUF… in DeleteRenderBuffer()
718 framebufferBinding->RemoveAttachment(GL_FRAMEBUFFER, texture, AttachmentType::TEXTURE); in DeleteTexture()
722 framebufferBinding->RemoveAttachment(GL_READ_FRAMEBUFFER, texture, AttachmentType::TEXTURE); in DeleteTexture()