Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp125 …static void writeChannel(glw::GLenum type, glw::GLuint channel, glw::GLdouble value, glw::GLubyte*…
2218 void Utils::writeChannel(GLenum type, GLuint channel, GLdouble value, GLubyte* pixel) in writeChannel() function in gl4cts::CopyImage::Utils
2310 writeChannel(type, 0, red, out_pixel); in packPixel()
2325 writeChannel(type, 0, red, out_pixel); in packPixel()
2326 writeChannel(type, 1, green, out_pixel); in packPixel()
2347 writeChannel(type, 0, red, out_pixel); in packPixel()
2348 writeChannel(type, 1, green, out_pixel); in packPixel()
2349 writeChannel(type, 2, blue, out_pixel); in packPixel()
2371 writeChannel(type, 0, red, out_pixel); in packPixel()
2372 writeChannel(type, 1, green, out_pixel); in packPixel()
[all …]
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsFileChannelTest.java193 ByteBufferChannel writeChannel = new ByteBufferChannel(buffer("1234567890")); in testTransferTo() local
194 assertEquals(10, channel.transferTo(0, 100, writeChannel)); in testTransferTo()
/external/deqp/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp157 void writeChannel(glw::GLubyte *p, int channel, glw::GLdouble col);
241 writeChannel(p, ch, (ch == 3) ? 1.0 : col); in writePixel()
244 void TexImageUtils::writeChannel(glw::GLubyte *p, int channel, glw::GLdouble col) in writeChannel() function in glcts::TexImageUtils