Lines Matching defs:blue
128 glw::GLdouble blue, glw::GLdouble alpha, glw::GLubyte* out_pixel);
2278 * @param blue Blue channel
2282 void Utils::packPixel(GLenum internal_format, GLenum type, GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha,
2338 writeChannel(type, 2, blue, out_pixel);
2362 writeChannel(type, 2, blue, out_pixel);
2378 * @param blue Blue channel
3197 const GLdouble blue = 0.125;
3200 Utils::packPixel(internal_format, type, red, green, blue, alpha, pixel);
4032 const GLdouble blue = 0.125;
4035 Utils::packPixel(internal_format, type, red, green, blue, alpha, pixel_data);