Searched refs:writeChannel (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 125 …static void writeChannel(glw::GLenum type, glw::GLuint channel, glw::GLdouble value, glw::GLubyte*… 2218 void Utils::writeChannel(GLenum type, GLuint channel, GLdouble value, GLubyte* pixel) in writeChannel() function in gl4cts::CopyImage::Utils 2310 writeChannel(type, 0, red, out_pixel); in packPixel() 2325 writeChannel(type, 0, red, out_pixel); in packPixel() 2326 writeChannel(type, 1, green, out_pixel); in packPixel() 2347 writeChannel(type, 0, red, out_pixel); in packPixel() 2348 writeChannel(type, 1, green, out_pixel); in packPixel() 2349 writeChannel(type, 2, blue, out_pixel); in packPixel() 2371 writeChannel(type, 0, red, out_pixel); in packPixel() 2372 writeChannel(type, 1, green, out_pixel); in packPixel() [all …]
|