Home | History | Annotate | Download | only in glshared

Lines Matching refs:newId

1019 		const GLuint	newId		= replaceName(elementType, elementId, log());
1020 const Name newElement (elementType, newId);
1022 attacher.initAttachment(newSeed, newId);
1027 attacher.attach(newId, *container);
1029 attacher.detach(newId, *container);
1101 const GLuint newId = replaceName(elementType, elementId, log());
1102 const Name newElement (elementType, newId);
1105 << "Creating a new object " << newId
1111 attacher.initAttachment(newSeed, newId);
1112 m_outputAttacher.drawAttachment(newId, newSurface);
1121 m_outputAttacher.drawAttachment(newId, delSurface);