Lines Matching refs:m_attacher
313 m_attacher.enableLogging(false);
314 m_attacher.attach(element, *fbo);
316 m_attacher.detach(element, *fbo);
317 m_attacher.enableLogging(true);
319 << "// Read pixels from " << m_attacher.getElementType().getName() << " " << element
882 , m_attacher (attacher)
891 Attacher& m_attacher;
914 Type& elemType = m_attacher.getElementType();
915 Type& containerType = m_attacher.getContainerType();
923 m_attacher.initAttachment(0, *element);
924 m_attacher.attach(*element, *container);
925 errors.check(getAttachment(m_attacher, *container) == elementId,
935 errors.check(getAttachment(m_attacher, *container) == elementId,
945 m_attacher.detach(elementId, *container);
946 errors.check(getAttachment(m_attacher, *container) == 0,