Lines Matching defs:white
2052 // Red and white
3152 buf << " const highp vec4 white = vec4(1.0, 1.0, 1.0, 1.0);\n\n"
3154 " v_frag_FragColor = white;\n"
3157 " v_frag_FragColor = white;\n"
3160 " v_frag_FragColor = white;\n"
3163 " v_frag_FragColor = white;\n"
3168 buf << " const highp vec4 white = vec4(1.0, 1.0, 1.0, 1.0);\n\n"
3171 " v_frag_FragColor = white;\n"
3175 " v_frag_FragColor = white;\n"
3179 " v_frag_FragColor = white;\n"
3183 " v_frag_FragColor = white;\n"
3190 buf << " const highp vec4 white = vec4(1.0, 1.0, 1.0, 1.0);\n"
3196 " const highp vec4 colors[6] = vec4[6](white, red, green, blue, yellow, magenta);\n\n"
3222 buf << " const highp vec4 white = vec4(1.0, 1.0, 1.0, 1.0);\n\n"
3230 " v_frag_FragColor = white;\n"
3234 " v_frag_FragColor = white;\n"
3242 buf << " const highp vec4 white = vec4(1.0, 1.0, 1.0, 1.0);\n"
3248 " const highp vec4 colors[6] = vec4[6](white, red, green, blue, yellow, magenta);\n"
3270 buf << " const highp vec4 white = vec4(1.0, 1.0, 1.0, 1.0);\n"
3279 " v_frag_FragColor = white;\n"
3283 " v_frag_FragColor = white;\n"
3287 " v_frag_FragColor = white;\n"
3293 " v_frag_FragColor = white;\n"
3297 " v_frag_FragColor = white;\n"
3301 " v_frag_FragColor = white;\n"
3307 buf << " const highp vec4 white = vec4(1.0, 1.0, 1.0, 1.0);\n\n"
3310 " v_frag_FragColor = white;\n"
3314 " v_frag_FragColor = white;\n"
3318 " v_frag_FragColor = white;\n"
3323 " v_frag_FragColor = white;\n"
3327 " v_frag_FragColor = white;\n"
3331 " v_frag_FragColor = white;\n"
3484 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f);
3490 const tcu::Vec4 colors[6] = { white, red, green, blue, yellow, magenta };
3498 return verifyImageSingleColoredRow(layer, 0.5f, white);
3504 return verifyImageSingleColoredRow(layer, 0.5f, white);
3517 return verifyImageSingleColoredRow(layer, (float)layerNdx / (float)m_numLayers, white);
3532 return verifyImageSingleColoredRow(layer, 0.5f, white);
3539 return verifyImageSingleColoredRow(layer, 0.5f, white);