Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsFileChannelTest.java193 ByteBufferChannel writeChannel = new ByteBufferChannel(buffer("1234567890")); in testTransferTo() local
/external/deqp/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp244 void TexImageUtils::writeChannel(glw::GLubyte *p, int channel, glw::GLdouble col) in writeChannel() function in glcts::TexImageUtils
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2218 void Utils::writeChannel(GLenum type, GLuint channel, GLdouble value, GLubyte* pixel) in writeChannel() function in gl4cts::CopyImage::Utils