Home
last modified time | relevance | path

Searched defs:TestConfig (Results 1 – 17 of 17) 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 bool fallback_scsv = false;
28 std::string digest_prefs;
29 std::vector<int> signing_prefs;
30 std::string key_file;
31 std::string cert_file;
[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.cpp908 struct TestConfig struct in deqp::egl::__anon730a7ac00111::FixedFunctionOOB
910 int textureWidth;
911 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.cpp320 struct TestConfig struct
322 TestConfig (void) in TestConfig() function
327 VkDeviceSize allocationSize;
328 deUint32 seed;
330 MemoryRange mapping;
331 vector<MemoryRange> flushMappings;
332 vector<MemoryRange> invalidateMappings;
333 bool remap;
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/autotest/site_utils/autoupdate/lib/
Dtest_params.py82 class TestConfig(object): class
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp761 struct TestConfig struct
763 vk::wsi::Type wsiType;
764 Scaling scaling;
765 bool useSharedPresentableImage;
766 vk::VkPresentModeKHR presentMode;
DvktWsiIncrementalPresentTests.cpp886 struct TestConfig struct
888 vk::wsi::Type wsiType;
889 Scaling scaling;
890 bool useIncrementalPresent;
891 vk::VkPresentModeKHR presentMode;
DvktWsiDisplayTimingTests.cpp811 struct TestConfig struct
813 vk::wsi::Type wsiType;
814 bool useDisplayTiming;
815 vk::VkPresentModeKHR presentMode;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp2185 struct TestConfig in createMultisampleTests() struct
2187 const char* name; in createMultisampleTests()
2188 float minSampleShading; in createMultisampleTests()
2229 struct TestConfig in createMultisampleTests() struct
2231 const char* name; in createMultisampleTests()
2232 const char* description; in createMultisampleTests()
2233 VkSampleMask sampleMask; in createMultisampleTests()
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp659 struct TestConfig struct
661 enum RenderTypes
668 enum CommandBufferTypes
674 enum ImageMemory
680 TestConfig (const RenderPass& renderPass_, in TestConfig() function
699 RenderPass renderPass;
700 RenderTypes renderTypes;
701 CommandBufferTypes commandBufferTypes;
702 ImageMemory imageMemory;
703 UVec2 targetSize;
[all …]
/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()