Lines Matching refs:m_attacher
318 m_attacher.enableLogging(false); in drawAttachment()
319 m_attacher.attach(element, *fbo); in drawAttachment()
321 m_attacher.detach(element, *fbo); in drawAttachment()
322 m_attacher.enableLogging(true); in drawAttachment()
324 << "// Read pixels from " << m_attacher.getElementType().getName() << " " << element in drawAttachment()
1047 , m_attacher (attacher) in AttachmentTest()
1056 Attacher& m_attacher; member in deqp::gls::LifetimeTests::details::AttachmentTest
1079 Type& elemType = m_attacher.getElementType(); in testDeletedNames()
1080 Type& containerType = m_attacher.getContainerType(); in testDeletedNames()
1088 m_attacher.initAttachment(0, *element); in testDeletedNames()
1089 m_attacher.attach(*element, *container); in testDeletedNames()
1090 errors.check(getAttachment(m_attacher, *container) == elementId, in testDeletedNames()
1100 errors.check(getAttachment(m_attacher, *container) == elementId, in testDeletedNames()
1110 m_attacher.detach(elementId, *container); in testDeletedNames()
1111 errors.check(getAttachment(m_attacher, *container) == 0, in testDeletedNames()