Lines Matching defs:green
1972 /** Check contents of texture. It is expected that it will be filled with green color
1976 * @return true if texture is all green, false otherwise
2434 /** Verifies that texel at offset 0 is green
2438 * @return true if texel at offset 0 is green, false otherwise
2451 /** Verifies that texel at offset 0 is green
2455 * @return true if texel at offset 0 is green, false otherwise
11985 /** Verify that all images have green texel at [0,0,0,0]
11987 * @return true texel is green, false otherwise
12312 /** Verify that all images have green texel at [0,0,0,0]
12314 * @return true texel is green, false otherwise
17840 * @param green Green channel
17844 void Utils::framebuffer::clearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
17848 gl.clearColor(red, green, blue, alpha);