Lines Matching refs:green
1065 << "Rendering yellow-green grid to " << ((m_renderTarget == RENDERTARGET_DEFAULT) ? ("default frame buffer") : ("fbo")) << ".\n"
1326 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f);
1342 const tcu::Vec4& cellColor = ((cellX+cellY)%2 == 0) ? (green) : (yellow);
1444 // expect green, yellow or a combination of these
1567 << "Vertical lines are green, horizontal lines blue. Using additive blending.\n"
1836 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f);
1857 data[(ndx * 2 + 0) * VA_NUM_ATTRIB_VECS + VA_COL_VEC_NDX] = green;
1859 data[(ndx * 2 + 1) * VA_NUM_ATTRIB_VECS + VA_COL_VEC_NDX] = green;
2540 << "Half of the points are green, half blue. Using additive blending.\n"
2845 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f);
2865 m_attribData[ndx * VA_NUM_ATTRIB_VECS + VA_COL_VEC_NDX] = green;
2999 currentPoints[ndx].even = (m_attribData[ndx*2 + 1].y() == 1.0f); // is green
3098 const int componentNdx = (refPoint.even) ? (1) : (2); // analyze either green or blue channel
3460 << "Source framebuffer is filled with green-yellow grid.\n"
3511 " const mediump vec4 green = vec4(0.0, 1.0, 0.0, 1.0);\n"
3513 " dEQP_FragColor = (step(0.1, mod(v_position.x, 0.2)) == step(0.1, mod(v_position.y, 0.2))) ? (green) : (yellow);\n"
3868 << "Topmost grid is green-yellow, other grids are blue-red.\n"
3869 << "Expecting only the green-yellow grid to be visible.\n"
4225 // expect green, yellow or a combination of these
4343 << "Clear color is green with yellowish shades.\n"
4485 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f);
4562 const tcu::Vec4 color = tcu::mix(green, yellow, rnd.getFloat() * 0.4f); // greenish
4593 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec());
4626 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec());
4633 // allow green, yellow and any shade between
4984 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec());
4998 // inside mesh, allow green, yellow and any shade between