Lines Matching defs:red
127 static void packPixel(glw::GLenum internal_format, glw::GLenum type, glw::GLdouble red, glw::GLdouble green,
2276 * @param red Red channel
2282 void Utils::packPixel(GLenum internal_format, GLenum type, GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha,
2299 writeChannel(type, 0, red, out_pixel);
2314 writeChannel(type, 0, red, out_pixel);
2336 writeChannel(type, 0, red, out_pixel);
2360 writeChannel(type, 0, red, out_pixel);
2376 * @param red Red channel
3195 const GLdouble red = ((GLdouble)x) / 255.0 + (((GLdouble)y) / 15.9375);
3200 Utils::packPixel(internal_format, type, red, green, blue, alpha, pixel);
4030 const GLdouble red = ((GLdouble)x) / 255.0 + (((GLdouble)y) / 15.9375);
4035 Utils::packPixel(internal_format, type, red, green, blue, alpha, pixel_data);