Searched refs:FramebufferAttachmentObject (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | FramebufferAttachment.cpp | 63 FramebufferAttachmentObject *resource, in FramebufferAttachment() 114 FramebufferAttachmentObject *resource, in attach() 263 FramebufferAttachmentObject *FramebufferAttachment::getResource() const in getResource() 312 FramebufferAttachmentObject::FramebufferAttachmentObject() {} in FramebufferAttachmentObject() function in gl::FramebufferAttachmentObject 314 FramebufferAttachmentObject::~FramebufferAttachmentObject() {} in ~FramebufferAttachmentObject() 316 angle::Result FramebufferAttachmentObject::getAttachmentRenderTarget( in getAttachmentRenderTarget() 327 angle::Result FramebufferAttachmentObject::initializeContents(const Context *context, in initializeContents()
|
H A D | FramebufferAttachment.h | 43 class FramebufferAttachmentObject; variable 62 FramebufferAttachmentObject *resource, 75 FramebufferAttachmentObject *resource, 152 FramebufferAttachmentObject *getResource() const; 203 FramebufferAttachmentObject *mResource; 219 class FramebufferAttachmentObject : public angle::Subject, public angle::ObserverInterface 222 FramebufferAttachmentObject(); 223 ~FramebufferAttachmentObject() override;
|
H A D | Framebuffer.h | 232 FramebufferAttachmentObject *resource); 237 FramebufferAttachmentObject *resource, 243 FramebufferAttachmentObject *resource, 492 FramebufferAttachmentObject *resource, 506 FramebufferAttachmentObject *resource, 518 FramebufferAttachmentObject *resource,
|
H A D | Framebuffer.cpp | 1910 FramebufferAttachmentObject *resource) in setAttachment() 1922 FramebufferAttachmentObject *resource, in setAttachmentMultisample() 1934 FramebufferAttachmentObject *resource, in setAttachment() 1992 FramebufferAttachmentObject *resource, in setAttachmentMultiview() 2080 FramebufferAttachmentObject *resource, in setAttachmentImpl() 2161 FramebufferAttachmentObject *resource, in updateAttachment()
|
H A D | Image.h | 42 class ImageSibling : public gl::FramebufferAttachmentObject
|
H A D | Surface.h | 71 class Surface : public LabeledObject, public gl::FramebufferAttachmentObject
|
H A D | Image.cpp | 56 ImageSibling::ImageSibling() : FramebufferAttachmentObject(), mSourcesOf(), mTargetOf() {} in ImageSibling()
|
H A D | Surface.cpp | 72 : FramebufferAttachmentObject(), in Surface()
|