Searched refs:write4Channel (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 2049 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()
|