Lines Matching full:container
904 GLuint getAttachment (Attacher& attacher, GLuint container)
906 const GLuint queriedAttachment = attacher.getAttachment(container);
910 << container << ": " << queriedAttachment << "."
919 Name container (containerType);
927 m_attacher.attach(*element, *container);
928 errors.check(getAttachment(m_attacher, *container) == elementId,
932 // "Such a container or other context may continue using the object, and
935 // We here interpret "may" to mean that whenever the container has a
938 errors.check(getAttachment(m_attacher, *container) == elementId,
948 m_attacher.detach(elementId, *container);
949 errors.check(getAttachment(m_attacher, *container) == 0,
990 Name container (containerType);
1011 attacher.attach(elementId, *container);
1012 m_inputAttacher.drawContainer(*container, refSurface);
1024 m_inputAttacher.drawContainer(*container, delSurface);
1025 attacher.detach(elementId, *container);
1027 attacher.attach(newId, *container);
1028 m_inputAttacher.drawContainer(*container, newSurface);
1029 attacher.detach(newId, *container);
1034 "Comparison result from reading from a container with a deleted attachment "
1040 "Writing to a fresh object modified the container with a deleted attachment.");
1044 "Container state after attached to the fresh object",
1071 Name container (containerType);
1076 Surface refSurface; // Surface drawn from attachment to refSeed container
1077 Surface newSurface; // Surface drawn from attachment to newSeed container
1081 << "Testing if writing to a container with a deleted attachment "
1087 "Writing to a container with an existing attachment");
1092 attacher.attach(elementId, *container);
1095 m_outputAttacher.setupContainer(refSeed, *container);
1100 "Writing to a container after deletion of attachment");
1109 << "Recording state of new object before writing to container"
1115 << "Writing to container"
1118 // Now re-write refSeed to the container.
1119 m_outputAttacher.setupContainer(refSeed, *container);
1123 attacher.detach(elementId, *container);
1128 "writing to a container with a deleted attachment",
1132 "Writing to container
1137 "Result of container modification on original attachment before deletion.",