Lines Matching defs:element
274 void FboAttacher::initAttachment (GLuint seed, GLuint element)
282 binder.bind(element);
287 attach(element, *fbo);
289 detach(element, *fbo);
294 << "// Drew to " << getElementType().getName() << " " << element
315 void FboOutputAttacher::drawAttachment (GLuint element, Surface& dst)
319 m_attacher.attach(element, *fbo);
321 m_attacher.detach(element, *fbo);
324 << "// Read pixels from " << m_attacher.getElementType().getName() << " " << element
1086 Name element(elemType);
1087 elementId = *element;
1088 m_attacher.initAttachment(0, *element);
1089 m_attacher.attach(*element, *container);
1169 const Name element (elementType);
1171 elementId = *element;
1175 // element gets deleted here
1250 const Name element (elementType);
1252 elementId = *element;