Home | History | Annotate | Download | only in glshared

Lines Matching defs:elementId

921 	GLuint			elementId		= 0;
925 elementId = *element;
928 errors.check(getAttachment(m_attacher, *container) == elementId,
938 errors.check(getAttachment(m_attacher, *container) == elementId,
942 errors.check(elemType.exists(elementId),
945 errors.check(!elemType.exists(elementId),
948 m_attacher.detach(elementId, *container);
951 errors.check(!elemType.exists(elementId),
991 GLuint elementId = 0;
1009 elementId = *element;
1010 attacher.initAttachment(refSeed, elementId);
1011 attacher.attach(elementId, *container);
1019 const GLuint newId = replaceName(elementType, elementId, log());
1025 attacher.detach(elementId, *container);
1072 GLuint elementId = 0;
1090 elementId = *element;
1091 attacher.initAttachment(0, elementId);
1092 attacher.attach(elementId, *container);
1096 m_outputAttacher.drawAttachment(elementId, refSurface);
1101 const GLuint newId = replaceName(elementType, elementId, log());
1123 attacher.detach(elementId, *container);