Home | History | Annotate | Download | only in simplereference

Lines Matching refs:AttachmentPoint

324 	enum AttachmentPoint
378 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; }
379 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; }
779 tcu::PixelBufferAccess getFboAttachment (const rc::Framebuffer& framebuffer, rc::Framebuffer::AttachmentPoint point);