Home | History | Annotate | Download | only in glshared

Lines Matching refs:newId

1181 		const GLuint	newId		= replaceName(elementType, elementId, log());
1182 const Name newElement (elementType, newId);
1184 attacher.initAttachment(newSeed, newId);
1189 attacher.attach(newId, *container);
1191 attacher.detach(newId, *container);
1263 const GLuint newId = replaceName(elementType, elementId, log());
1264 const Name newElement (elementType, newId);
1267 << "Creating a new object " << newId
1273 attacher.initAttachment(newSeed, newId);
1274 m_outputAttacher.drawAttachment(newId, newSurface);
1283 m_outputAttacher.drawAttachment(newId, delSurface);