Lines Matching refs:container

1066 GLuint getAttachment (Attacher& attacher, GLuint container)
1068 const GLuint queriedAttachment = attacher.getAttachment(container);
1072 << container << ": " << queriedAttachment << "."
1081 Name container (containerType);
1089 m_attacher.attach(*element, *container);
1090 errors.check(getAttachment(m_attacher, *container) == elementId,
1094 // "Such a container or other context may continue using the object, and
1097 // We here interpret "may" to mean that whenever the container has a
1100 errors.check(getAttachment(m_attacher, *container) == elementId,
1110 m_attacher.detach(elementId, *container);
1111 errors.check(getAttachment(m_attacher, *container) == 0,
1152 Name container (containerType);
1173 attacher.attach(elementId, *container);
1174 m_inputAttacher.drawContainer(*container, refSurface);
1186 m_inputAttacher.drawContainer(*container, delSurface);
1187 attacher.detach(elementId, *container);
1189 attacher.attach(newId, *container);
1190 m_inputAttacher.drawContainer(*container, newSurface);
1191 attacher.detach(newId, *container);
1196 "Comparison result from reading from a container with a deleted attachment "
1202 "Writing to a fresh object modified the container with a deleted attachment.");
1233 Name container (containerType);
1238 Surface refSurface; // Surface drawn from attachment to refSeed container
1239 Surface newSurface; // Surface drawn from attachment to newSeed container
1243 << "Testing if writing to a container with a deleted attachment "
1249 "Writing to a container with an existing attachment");
1254 attacher.attach(elementId, *container);
1257 m_outputAttacher.setupContainer(refSeed, *container);
1262 "Writing to a container after deletion of attachment");
1271 << "Recording state of new object before writing to container"
1277 << "Writing to container"
1280 // Now re-write refSeed to the container.
1281 m_outputAttacher.setupContainer(refSeed, *container);
1285 attacher.detach(elementId, *container);
1290 "writing to a container with a deleted attachment",
1294 "Writing to container with deleted attachment modified a new object.");
1299 "Result of container modification on original attachment before deletion.",