Searched refs:writeChannel (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 125 …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/ |
D | JimfsFileChannelTest.java | 193 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/ |
D | glcPixelStorageModesTests.cpp | 157 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
|