Home | History | Annotate | Download | only in glshared

Lines Matching refs:m_attacher

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