Lines Matching defs:green
95 // Any pixel with !(G ~= 255) is faulty (not a linear combinations of green and yellow)
99 // Any pixel with !(B ~= 0) is faulty (not a linear combinations of green and yellow)
711 const tcu::Vec4 green = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f);
764 colorOffsetWritePtr[0] = green;
772 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
784 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
998 const tcu::Vec4 green = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f);
1031 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
1238 const tcu::Vec4 green = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f);
1247 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);