Lines Matching defs:red
183 * @param red Red channel
188 void Utils::framebuffer::clearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
192 gl.clearColor(red, green, blue, alpha);
5598 "Expect red color from 1st sampler", red_color, 1 /* discard_fragment : discard_no */,
5600 0 /* compare : check_equal */, 0 /* test : test_with_discard */, 1 /* red */,
5607 1 /* test : test_without_discard */, 0 /* blue */, 1 /* red */),
5613 0 /* test : test_with_discard */, 1 /* red */, 0 /* blue */),
5619 0 /* blue */, 1 /* red */),
5622 "Expect red color from 2nd sampler", red_color, 1 /* discard_fragment : discard_no */,
5625 0 /* blue */, 1 /* red */),
5631 0 /* blue */, 1 /* red */),
5749 texture_data[point_offset + 0] = color[0]; /* red */
5825 is_as_expected = is_as_expected && (expected_color[0] == captured_data[point_offset + 0]); /* red */
5932 texture_data[point_offset + 0] = color[0]; /* red */