Home | History | Annotate | Download | only in functional

Lines Matching defs:color

63 		const tcu::RGBA color			= image.getPixel(x, y);
66 if (color.getRed() > 0 || color.getGreen() < 255-greenThreshold || color.getBlue() > 0)
147 const tcu::RGBA color = resultImage.getPixel(x, y);
148 const deUint32 packed = ((deUint32)color.getRed()) + ((deUint32)color.getGreen() << 8) + ((deUint32)color.getGreen() << 16);