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 D | intf_ecs_object.h | 78 virtual void RemoveAttachment(CORE_NS::Entity entity) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_framebuffer.h | 117 void RemoveAttachment(GLenum target, GLuint id, AttachmentType type);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_object.cpp | 266 void RemoveAttachment(CORE_NS::Entity entity) override in RemoveAttachment() function in EcsObject
|
H A D | node_impl.cpp | 350 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 D | node_impl.h | 158 void RemoveAttachment(CORE_NS::Entity entity) override;
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_framebuffer.cpp | 145 void WebGLFramebuffer::RemoveAttachment(GLenum target, GLuint id, AttachmentType type) in RemoveAttachment() function in OHOS::Rosen::WebGLFramebuffer
|
H A D | webgl_rendering_context_base_impl.cpp | 568 … 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()
|