Lines Matching refs:Attachment
428 static void attachAttachment (const Attachment& att, GLenum attPoint,
447 GLenum attachmentType (const Attachment& att)
470 static void checkAttachmentCompleteness (Checker& cctx, const Attachment& attachment,
508 cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attachment format is not renderable in this attachment");
511 cctx.addPotentialFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attachment format is not required renderable");
514 cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attachment format is not legal");
635 const Attachment& att = *it->second;
646 void Framebuffer::attach (glw::GLenum attPoint, const Attachment* att)
708 static void logAttachment (const Attachment& att, TestLog& log)
761 log << TestLog::Section(attPointName, "Attachment point " + attPointName);
962 void FboBuilder::glAttach (GLenum attPoint, const Attachment* att)