Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp383 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; } in getAttachment()
384 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; } in getAttachment()
388 Attachment m_attachments[ATTACHMENTPOINT_LAST]; member in sglr::rc::Framebuffer