Lines Matching defs:attacher
1044 Attacher& attacher,
1046 : TestBase (name, description, attacher.getContext())
1047 , m_attacher (attacher)
1066 GLuint getAttachment (Attacher& attacher, GLuint container)
1068 const GLuint queriedAttachment = attacher.getAttachment(container);
1069 attacher.log() << TestLog::Message
1070 << "// Result of query for " << attacher.getElementType().getName()
1071 << " attached to " << attacher.getContainerType().getName() << " "
1149 Attacher& attacher = m_inputAttacher.getAttacher();
1150 Type& containerType = attacher.getContainerType();
1151 Type& elementType = attacher.getElementType();
1172 attacher.initAttachment(refSeed, elementId);
1173 attacher.attach(elementId, *container);
1184 attacher.initAttachment(newSeed, newId);
1187 attacher.detach(elementId, *container);
1189 attacher.attach(newId, *container);
1191 attacher.detach(newId, *container);
1230 Attacher& attacher = m_outputAttacher.getAttacher();
1231 Type& containerType = attacher.getContainerType();
1232 Type& elementType = attacher.getElementType();
1253 attacher.initAttachment(0, elementId);
1254 attacher.attach(elementId, *container);
1273 attacher.initAttachment(newSeed, newId);
1285 attacher.detach(elementId, *container);
1337 string attacherName (Attacher& attacher)
1340 os << attacher.getElementType().getName() << "_" << attacher.getContainerType().getName();