Searched refs:writeChannel (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 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() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPixelStorageModesTests.cpp | 156 void writeChannel(glw::GLubyte *p, int channel, glw::GLdouble col); 243 writeChannel(p, ch, (ch == 3) ? 1.0 : col); in writePixel() 246 void TexImageUtils::writeChannel(glw::GLubyte *p, int channel, glw::GLdouble col) in writeChannel() function in glcts::TexImageUtils
|