Searched refs:write3Channel (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPixelStorageModesTests.cpp | 166 void write3Channel(glw::GLubyte *p, int channel, glw::GLdouble col); 260 write3Channel<glw::GLushort, 5, 6, 5, 11, 5, 0>(p, channel, col); in writeChannel() 343 void TexImageUtils::write3Channel(glw::GLubyte *p, int channel, glw::GLdouble col) in write3Channel() function in glcts::TexImageUtils
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 1980 void write3Channel(GLuint channel, GLdouble value, GLubyte* pixel) in write3Channel() function 2242 write3Channel<GLubyte, 3, 3, 2, 5, 2, 0>(channel, value, pixel); in writeChannel() 2245 write3Channel<GLushort, 5, 6, 5, 11, 5, 0>(channel, value, pixel); in writeChannel()
|