Searched refs:AttachmentMap (Results 1 – 2 of 2) sorted by relevance
303 typedef std::map<glw::GLenum, const Attachment*> AttachmentMap; typedef314 AttachmentMap attachments;
575 const AttachmentMap& atts = fboConfig.attachments; in validStatusCodes()632 for (AttachmentMap::const_iterator it = atts.begin(); it != atts.end(); it++) in validStatusCodes()757 for (AttachmentMap::const_iterator it = cfg.attachments.begin(); in logFramebufferConfig()