Home
last modified time | relevance | path

Searched defs:TestConfig (Results 1 – 23 of 23) sorted by relevance

/external/boringssl/src/ssl/test/
Dtest_config.h22 struct TestConfig { struct
23 int port = 0;
24 bool is_server = false;
25 bool is_dtls = false;
26 int resume_count = 0;
27 std::string write_settings;
28 bool fallback_scsv = false;
29 std::string digest_prefs;
30 std::vector<int> signing_prefs;
31 std::vector<int> verify_prefs;
[all …]
/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.h43 struct TestConfig { struct
49 std::string name;
53 std::string description;
57 int test_number;
60 std::string input_filename;
64 std::string output_filename;
68 std::string output_dir;
71 NetworkingConfig networking_config;
75 ExcludeFrameTypes exclude_frame_types;
80 size_t frame_length_in_bytes;
[all …]
Dvideoprocessor.cc24 TestConfig::TestConfig() in TestConfig() function in webrtc::test::TestConfig
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp62 struct TestConfig struct
64 enum TextureType
73 int threadCount;
74 int perThreadContextCount;
76 int frameCount;
77 int drawCallCount;
78 int triangleCount;
80 bool sharedContexts;
82 bool useCoordBuffer;
83 bool sharedCoordBuffer;
[all …]
DteglGLES2SharingThreadedTests.cpp2060 struct TestConfig struct in deqp::egl::GLES2SharingRandomTest
2063 int threadCount;
2064 int operationCount;
2065 bool serverSync;
2066 bool useFenceSync;
2067 bool useImages;
2069 float probabilities[THREADOPERATIONID_LAST][THREADOPERATIONID_LAST];
2103 GLES2SharingRandomTest::TestConfig::TestConfig (void) in TestConfig() function in deqp::egl::GLES2SharingRandomTest::TestConfig
2952 struct TestConfig struct in deqp::egl::GLES2ThreadedSharingTest
2954 enum ResourceType
[all …]
DteglRobustnessTests.cpp915 struct TestConfig struct in deqp::egl::__anon892b18400111::FixedFunctionOOB
917 int textureWidth;
918 int textureHeight;
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp67 struct TestConfig struct
69 enum Order
77 Maybe<VkDeviceSize> memorySize;
78 Maybe<float> memoryPercentage;
79 deUint32 memoryAllocationCount;
80 Order order;
82 TestConfig (void) in TestConfig() argument
DvktMemoryMappingTests.cpp453 struct TestConfig struct
455 TestConfig (void) in TestConfig() function
461 VkDeviceSize allocationSize;
462 deUint32 seed;
464 MemoryRange mapping;
465 vector<MemoryRange> flushMappings;
466 vector<MemoryRange> invalidateMappings;
467 bool remap;
468 AllocationKind allocationKind;
DvktMemoryPipelineBarrierTests.cpp482 struct TestConfig struct
484 Usage usage;
485 vk::VkDeviceSize size;
486 vk::VkSharingMode sharing;
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl_locking_unittest.cc125 struct TestConfig { struct
127 static std::vector<TestConfig> GenerateBriefTestConfigs() { in GenerateBriefTestConfigs()
163 static std::vector<TestConfig> GenerateExtensiveTestConfigs() { in GenerateExtensiveTestConfigs()
254 RenderApiImpl render_api_function = RenderApiImpl::ProcessReverseStreamImpl2;
255 CaptureApiImpl capture_api_function = CaptureApiImpl::ProcessStreamImpl2;
256 RuntimeParameterSettingScheme runtime_parameter_setting_scheme =
258 int initial_sample_rate_hz = 16000;
259 AecType aec_type = AecType::BasicWebRtcAecSettingsWithDelayAgnosticAec;
260 int min_number_of_calls = 300;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp50 struct TestConfig struct
52 TestConfig (const ResourceDescription& resource_, in TestConfig() function
67 const ResourceDescription resource;
68 const OperationName writeOp;
69 const OperationName readOp;
70 const vk::VkExternalMemoryHandleTypeFlagBitsKHR memoryHandleType;
71 const vk::VkExternalSemaphoreHandleTypeFlagBitsKHR semaphoreHandleType;
72 const bool dedicated;
DvktSynchronizationWin32KeyedMutexTests.cpp85 struct TestConfig struct
87 TestConfig (const ResourceDescription& resource_, in TestConfig() argument
100 const ResourceDescription resource;
101 const OperationName writeOp;
102 const OperationName readOp;
103 const vk::VkExternalMemoryHandleTypeFlagBitsKHR memoryHandleTypeBuffer;
104 const vk::VkExternalMemoryHandleTypeFlagBitsKHR memoryHandleTypeImage;
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp82 struct TestConfig struct
84 TestConfig (const ImageConfig& src_, in TestConfig() argument
91 ImageConfig src;
92 ImageConfig dst;
DvktYCbCrConversionTests.cpp1478 struct TestConfig struct
1480 TestConfig (glu::ShaderType shaderType_, in TestConfig() function
1515 glu::ShaderType shaderType;
1516 vk::VkFormat format;
1517 vk::VkImageTiling imageTiling;
1518 vk::VkFilter textureFilter;
1519 vk::VkSamplerAddressMode addressModeU;
1520 vk::VkSamplerAddressMode addressModeV;
1522 vk::VkFilter chromaFilter;
1523 vk::VkChromaLocationKHR xChromaOffset;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp731 struct TestConfig struct
733 vk::wsi::Type wsiType;
734 Scaling scaling;
735 bool useSharedPresentableImage;
736 vk::VkPresentModeKHR presentMode;
DvktWsiIncrementalPresentTests.cpp883 struct TestConfig struct
885 vk::wsi::Type wsiType;
886 Scaling scaling;
887 bool useIncrementalPresent;
888 vk::VkPresentModeKHR presentMode;
DvktWsiDisplayTimingTests.cpp766 struct TestConfig struct
768 vk::wsi::Type wsiType;
769 bool useDisplayTiming;
770 vk::VkPresentModeKHR presentMode;
/external/autotest/site_utils/autoupdate/lib/
Dtest_params.py82 class TestConfig(object): class
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp771 struct TestConfig struct
773 TestConfig (VkFormat format_, in TestConfig() function
780 VkFormat format;
781 deUint32 sampleCount;
DvktRenderPassMultisampleTests.cpp1298 struct TestConfig struct
1300 TestConfig (VkFormat format_, in TestConfig() argument
1307 VkFormat format;
1308 deUint32 sampleCount;
DvktRenderPassTests.cpp689 struct TestConfig struct
691 enum RenderTypes
698 enum CommandBufferTypes
704 enum ImageMemory
710 TestConfig (const RenderPass& renderPass_, in TestConfig() function
731 RenderPass renderPass;
732 RenderTypes renderTypes;
733 CommandBufferTypes commandBufferTypes;
734 ImageMemory imageMemory;
735 UVec2 targetSize;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp2158 struct TestConfig in createMultisampleTests() struct
2160 const char* name; in createMultisampleTests()
2161 float minSampleShading; in createMultisampleTests()
2202 struct TestConfig in createMultisampleTests() struct
2204 const char* name; in createMultisampleTests()
2205 const char* description; in createMultisampleTests()
2206 VkSampleMask sampleMask; in createMultisampleTests()
/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationTests.cpp1823 static const struct TestConfig in init() struct
1825 const char* name; in init()
1826 InterpolateAtOffsetCase::TestType type; in init()