Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp158 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