Home | History | Annotate | Download | only in glshared

Lines Matching refs:elementId

918 	GLuint			elementId		= 0;
922 elementId = *element;
925 errors.check(getAttachment(m_attacher, *container) == elementId,
935 errors.check(getAttachment(m_attacher, *container) == elementId,
939 errors.check(elemType.exists(elementId),
942 errors.check(!elemType.exists(elementId),
945 m_attacher.detach(elementId, *container);
948 errors.check(!elemType.exists(elementId),
988 GLuint elementId = 0;
1006 elementId = *element;
1007 attacher.initAttachment(refSeed, elementId);
1008 attacher.attach(elementId, *container);
1016 const GLuint newId = replaceName(elementType, elementId, log());
1022 attacher.detach(elementId, *container);
1069 GLuint elementId = 0;
1087 elementId = *element;
1088 attacher.initAttachment(0, elementId);
1089 attacher.attach(elementId, *container);
1093 m_outputAttacher.drawAttachment(elementId, refSurface);
1098 const GLuint newId = replaceName(elementType, elementId, log());
1120 attacher.detach(elementId, *container);