Lines Matching defs:left
990 // - A single assignment is made to the output color for fragments on the left vertical centre of the screen.
1051 int left = width /2;
1056 tcu::clear(getSubregion(reference.getAccess(), left, 0, 0, width-left, top, 1), fbColor + compositeColor);
1057 tcu::clear(getSubregion(reference.getAccess(), 0, top, 0, left, height-top, 1), fbColor + uniformColor);
1058 tcu::clear(getSubregion(reference.getAccess(), left, top, 0, width-left, height-top, 1), fbColor + compositeColor);
1059 tcu::clear(getSubregion(reference.getAccess(), 0, 0, 0, left, top, 1), fbColor + uniformColor);
1240 const int left = width / 2;
1243 clear(getSubregion(reference.getAccess(), left, 0, 0, width-left, top, 1), color);
1244 clear(getSubregion(reference.getAccess(), 0, top, 0, left, height-top, 1), color);
1245 clear(getSubregion(reference.getAccess(), left, top, 0, width-left, height-top, 1), color);
1246 clear(getSubregion(reference.getAccess(), 0, 0, 0, left, top, 1), color);