Home
last modified time | relevance | path

Searched refs:attachments_ (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject.cpp43 if (attachments_) { in Destroy()
44 attachments_->RemoveAllAttachments(); in Destroy()
45 attachments_.reset(); in Destroy()
54 if (attachments_) { in Attach()
55 return attachments_->Attach(attachment, dataContext); in Attach()
62 if (attachments_) { in Detach()
63 return attachments_->Detach(attachment); in Detach()
70 if (attachments_) { in GetAttachments()
71 return attachments_->GetAttachments(uids, strict); in GetAttachments()
77 if (const auto container = interface_cast<IContainer>(attachments_)) { in HasAttachments()
[all...]
H A Dobject.h65 mutable META_NS::IAttachmentContainer::Ptr attachments_; member in Internal::Object
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_framebuffer.cpp77 auto it = attachments_.begin(); in ~WebGLFramebuffer()
78 while (it != attachments_.end()) { in ~WebGLFramebuffer()
80 attachments_.erase(it); in ~WebGLFramebuffer()
81 it = attachments_.begin(); in ~WebGLFramebuffer()
93 if (attachments_[attachment]) { in AddAttachment()
94 DoDetachment(target, attachments_[attachment]); in AddAttachment()
95 delete attachments_[attachment]; in AddAttachment()
97 attachments_[attachment] = attachmentObject; in AddAttachment()
109 if (attachments_[attachment]) { in AddAttachment()
110 DoDetachment(target, attachments_[attachmen in AddAttachment()
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_object.cpp116 attachments_.clear();
258 return attachments_;
263 attachments_.push_back(entity);
269 for (auto attachment = attachments_.cbegin(); attachment != attachments_.cend(); attachment++) {
271 attachments_.erase(attachment);
303 BASE_NS::vector<CORE_NS::Entity> attachments_; member in EcsObject
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h133 std::map<GLenum, WebGLAttachment*> attachments_ {};

Completed in 3 milliseconds