• Home
  • Raw
  • Download

Lines Matching refs:attacher

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