Home
last modified time | relevance | path

Searched refs:fillRandom (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteBufferWriterTest.java56 fillRandom(buffer); in testWrite()
63 private void fillRandom(ByteBuffer buf) { in fillRandom() method in ByteBufferWriterTest
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.hpp88 void fillRandom (de::Random* randomGen, MultiPlaneImageData* imageData, const vk::VkFormat format = vk::VK_FORMAT_UNDEFINED, bool noNan = false);
H A DvktYCbCrViewTests.cpp654 fillRandom(&randomGen, &imageData); in testPlaneView()
H A DvktYCbCrCopyTests.cpp685 fillRandom(&rng, &srcData, chooseFloatFormat(config.src.format, config.dst.format), noNan); in imageCopyTest()
686 fillRandom(&rng, &dstData, config.dst.format, noNan); in imageCopyTest()
H A DvktYCbCrUtil.cpp296 // When noNan is true, fillRandom does not generate NaNs in float formats.
297 void fillRandom (de::Random* randomGen, MultiPlaneImageData* imageData, const vk::VkFormat format, const bool noNan) in fillRandom() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.hpp88 void fillRandom (de::Random* randomGen, MultiPlaneImageData* imageData, const vk::VkFormat format = vk::VK_FORMAT_UNDEFINED, bool noNan = false);
H A DvktYCbCrCopyTests.cpp605 fillRandom(&rng, &srcData, config.dst.format, noNan); in imageCopyTest()
606 fillRandom(&rng, &dstData, config.dst.format, noNan); in imageCopyTest()
H A DvktYCbCrViewTests.cpp606 fillRandom(&randomGen, &imageData); in testPlaneView()
H A DvktYCbCrUtil.cpp296 // When noNan is true, fillRandom does not generate NaNs in float formats.
297 void fillRandom (de::Random* randomGen, MultiPlaneImageData* imageData, const vk::VkFormat format, const bool noNan) in fillRandom() function

Completed in 13 milliseconds