Searched refs:write3Channel (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcPixelStorageModesTests.cpp | 167 void write3Channel(glw::GLubyte *p, int channel, glw::GLdouble col); 258 write3Channel<glw::GLushort, 5, 6, 5, 11, 5, 0>(p, channel, col); in writeChannel() 342 void TexImageUtils::write3Channel(glw::GLubyte *p, int channel, glw::GLdouble col) in write3Channel() function in glcts::TexImageUtils
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 1988 void write3Channel(GLuint channel, GLdouble value, GLubyte* pixel) in write3Channel() function 2252 write3Channel<GLubyte, 3, 3, 2, 5, 2, 0>(channel, value, pixel); in writeChannel() 2255 write3Channel<GLushort, 5, 6, 5, 11, 5, 0>(channel, value, pixel); in writeChannel()
|