Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DByteBufferWriterTest.java59 fillRandom(buffer); in testWrite()
66 private void fillRandom(ByteBuffer buf) { in fillRandom() method in ByteBufferWriterTest
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp75 void fillRandom (de::Random* randomGen, MultiPlaneImageData* imageData);
DvktYCbCrCopyTests.cpp764 fillRandom(&rng, &srcData); in imageCopyTest()
765 fillRandom(&rng, &dstData); in imageCopyTest()
DvktYCbCrViewTests.cpp585 fillRandom(&randomGen, &imageData); in testPlaneView()
DvktYCbCrUtil.cpp225 void fillRandom (de::Random* randomGen, MultiPlaneImageData* imageData) in fillRandom() function