Lines Matching defs:blue
185 * @param blue Blue channel
188 void Utils::framebuffer::clearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
192 gl.clearColor(red, green, blue, alpha);
5601 0 /* blue */),
5604 "Test \"without discard\" option, expect no blue color from 2nd sampler", blue_color,
5607 1 /* test : test_without_discard */, 0 /* blue */, 1 /* red */),
5613 0 /* test : test_with_discard */, 1 /* red */, 0 /* blue */),
5616 "Expect blue color from 1st sampler", blue_color, 1 /* discard_fragment : discard_no */,
5619 0 /* blue */, 1 /* red */),
5625 0 /* blue */, 1 /* red */),
5628 "Expect no blue color from 2nd sampler", blue_color, 1 /* discard_fragment : discard_no */,
5631 0 /* blue */, 1 /* red */),
5751 texture_data[point_offset + 2] = color[2]; /* blue */
5827 is_as_expected = is_as_expected && (expected_color[2] == captured_data[point_offset + 2]); /* blue */
5934 texture_data[point_offset + 2] = color[2]; /* blue */