Lines Matching refs:green
123 // Any pixel with !(G ~= 255) is faulty (not a linear combinations of green and yellow)
127 // Any pixel with !(B ~= 0) is faulty (not a linear combinations of green and yellow)
803 // \note the green/yellow pattern is only for clarity. The test will only verify that all instances were drawn by looking for anything non-green/yellow.
813 const tcu::Vec4 green (0, 1, 0, 1);
854 colors.push_back(((x + y) % 2 == 0) ? (green) : (yellow));
1190 // \note the green/yellow pattern is only for clarity. The test will only verify that all grid cells were drawn by looking for anything non-green/yellow.
1276 << " const vec4 green = vec4(0.0, 1.0, 0.0, 1.0);\n";
1287 << " vec4 color = ((x + y)%2u != 0u) ? (yellow) : (green);\n"
1313 << " attribs[(y * (gridSize+1u) + x) * 4u + 1u] = green;\n"
1405 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f);
1421 const tcu::Vec4& color = ((x + y)%2) ? (yellow) : (green);
1456 buffer[(y * (m_gridSize+1) + x) * 4 + 1] = green;