Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp160 void writeToSignedChannel(glw::GLubyte *p, int channel, glw::GLdouble col);
254 writeToSignedChannel<glw::GLbyte>(p, channel, col); in writeChannel()
263 writeToSignedChannel<glw::GLshort>(p, channel, col); in writeChannel()
281 writeToSignedChannel<glw::GLint>(p, channel, col); in writeChannel()
309 void TexImageUtils::writeToSignedChannel(glw::GLubyte *p, int channel, glw::GLdouble col) in writeToSignedChannel() function in glcts::TexImageUtils