Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFboUtil.hpp303 typedef std::map<glw::GLenum, const Attachment*> AttachmentMap; typedef
314 AttachmentMap attachments;
DglsFboUtil.cpp575 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()