Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp173 void write4Channel(glw::GLubyte *p, int channel, glw::GLdouble col);
267 write4Channel<glw::GLuint, 2, 10, 10, 10, 30, 20, 10, 0>(p, 3 - channel, col); in writeChannel()
273 write4Channel<glw::GLushort, 4, 4, 4, 4, 12, 8, 4, 0>(p, channel, col); in writeChannel()
276 write4Channel<glw::GLushort, 5, 5, 5, 1, 11, 6, 1, 0>(p, channel, col); in writeChannel()
390 void TexImageUtils::write4Channel(glw::GLubyte *p, int channel, glw::GLdouble col) in write4Channel() function in glcts::TexImageUtils
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2049 void write4Channel(GLuint channel, GLdouble value, GLubyte* pixel) in write4Channel() function
2260 write4Channel<GLushort, 4, 4, 4, 4, 12, 8, 4, 0>(channel, value, pixel); in writeChannel()
2263 write4Channel<GLushort, 5, 5, 5, 1, 11, 6, 1, 0>(channel, value, pixel); in writeChannel()
2266 write4Channel<GLuint, 2, 10, 10, 10, 30, 20, 10, 0>(3 - channel, value, pixel); in writeChannel()
2269 write4Channel<GLuint, 5, 9, 9, 9, 27, 18, 9, 0>(3 - channel, value, pixel); in writeChannel()