Lines Matching refs:m_attacher
316 m_attacher.enableLogging(false); in drawAttachment()
317 m_attacher.attach(element, *fbo); in drawAttachment()
319 m_attacher.detach(element, *fbo); in drawAttachment()
320 m_attacher.enableLogging(true); in drawAttachment()
322 << "// Read pixels from " << m_attacher.getElementType().getName() << " " << element in drawAttachment()
885 , m_attacher (attacher) in AttachmentTest()
894 Attacher& m_attacher; member in deqp::gls::LifetimeTests::details::AttachmentTest
917 Type& elemType = m_attacher.getElementType(); in testDeletedNames()
918 Type& containerType = m_attacher.getContainerType(); in testDeletedNames()
926 m_attacher.initAttachment(0, *element); in testDeletedNames()
927 m_attacher.attach(*element, *container); in testDeletedNames()
928 errors.check(getAttachment(m_attacher, *container) == elementId, in testDeletedNames()
938 errors.check(getAttachment(m_attacher, *container) == elementId, in testDeletedNames()
948 m_attacher.detach(elementId, *container); in testDeletedNames()
949 errors.check(getAttachment(m_attacher, *container) == 0, in testDeletedNames()