Lines Matching defs:out_pixel
128 glw::GLdouble blue, glw::GLdouble alpha, glw::GLubyte* out_pixel);
2280 * @param out_pixel Pixel data
2283 GLubyte* out_pixel)
2299 writeChannel(type, 0, red, out_pixel);
2314 writeChannel(type, 0, red, out_pixel);
2315 writeChannel(type, 1, green, out_pixel);
2336 writeChannel(type, 0, red, out_pixel);
2337 writeChannel(type, 1, green, out_pixel);
2338 writeChannel(type, 2, blue, out_pixel);
2360 writeChannel(type, 0, red, out_pixel);
2361 writeChannel(type, 1, green, out_pixel);
2362 writeChannel(type, 2, blue, out_pixel);
2363 writeChannel(type, 3, alpha, out_pixel);