Home
last modified time | relevance | path

Searched refs:write4Channel (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp172 void write4Channel(glw::GLubyte *p, int channel, glw::GLdouble col);
269 write4Channel<glw::GLuint, 2, 10, 10, 10, 30, 20, 10, 0>(p, 3 - channel, col); in writeChannel()
275 write4Channel<glw::GLushort, 4, 4, 4, 4, 12, 8, 4, 0>(p, channel, col); in writeChannel()
278 write4Channel<glw::GLushort, 5, 5, 5, 1, 11, 6, 1, 0>(p, channel, col); in writeChannel()
391 void TexImageUtils::write4Channel(glw::GLubyte *p, int channel, glw::GLdouble col) in write4Channel() function in glcts::TexImageUtils
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2041 void write4Channel(GLuint channel, GLdouble value, GLubyte* pixel) in write4Channel() function
2250 write4Channel<GLushort, 4, 4, 4, 4, 12, 8, 4, 0>(channel, value, pixel); in writeChannel()
2253 write4Channel<GLushort, 5, 5, 5, 1, 11, 6, 1, 0>(channel, value, pixel); in writeChannel()
2256 write4Channel<GLuint, 2, 10, 10, 10, 30, 20, 10, 0>(3 - channel, value, pixel); in writeChannel()
2259 write4Channel<GLuint, 5, 9, 9, 9, 27, 18, 9, 0>(3 - channel, value, pixel); in writeChannel()