Lines Matching refs:writeChannel
125 …static void writeChannel(glw::GLenum type, glw::GLuint channel, glw::GLdouble value, glw::GLubyte*…
2208 void Utils::writeChannel(GLenum type, GLuint channel, GLdouble value, GLubyte* pixel) in writeChannel() function in gl4cts::CopyImage::Utils
2299 writeChannel(type, 0, red, out_pixel); in packPixel()
2314 writeChannel(type, 0, red, out_pixel); in packPixel()
2315 writeChannel(type, 1, green, out_pixel); in packPixel()
2336 writeChannel(type, 0, red, out_pixel); in packPixel()
2337 writeChannel(type, 1, green, out_pixel); in packPixel()
2338 writeChannel(type, 2, blue, out_pixel); in packPixel()
2360 writeChannel(type, 0, red, out_pixel); in packPixel()
2361 writeChannel(type, 1, green, out_pixel); in packPixel()
2362 writeChannel(type, 2, blue, out_pixel); in packPixel()
2363 writeChannel(type, 3, alpha, out_pixel); in packPixel()