Searched refs:writeToUnsignedChannel (Results 1 – 1 of 1) sorted by relevance
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcPixelStorageModesTests.cpp | 158 void writeToUnsignedChannel(glw::GLubyte *p, int channel, glw::GLdouble col); 251 writeToUnsignedChannel<glw::GLubyte>(p, channel, col); in writeChannel() 257 writeToUnsignedChannel<glw::GLushort>(p, channel, col); in writeChannel() 266 writeToUnsignedChannel<glw::GLuint>(p, channel, col); in writeChannel() 295 void TexImageUtils::writeToUnsignedChannel(glw::GLubyte *p, int channel, glw::GLdouble col) in writeToUnsignedChannel() function in glcts::TexImageUtils
|