Lines Matching defs:yellow
76 // Verifies image contains only yellow or greeen, or a linear combination
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)
712 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f);
772 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
784 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
999 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f);
1031 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
1239 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f);
1247 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);