Searched defs:TestConfig (Results 1 – 9 of 9) sorted by relevance
42 struct TestConfig { struct48 std::string name;52 std::string description;56 int test_number;59 std::string input_filename;63 std::string output_filename;67 std::string output_dir;70 NetworkingConfig networking_config;74 ExcludeFrameTypes exclude_frame_types;79 int frame_length_in_bytes;[all …]
24 TestConfig::TestConfig() in TestConfig() function in webrtc::test::TestConfig
60 struct TestConfig struct62 enum TextureType71 int threadCount;72 int perThreadContextCount;74 int frameCount;75 int drawCallCount;76 int triangleCount;78 bool sharedContexts;80 bool useCoordBuffer;81 bool sharedCoordBuffer;[all …]
2081 struct TestConfig struct in deqp::egl::GLES2SharingRandomTest2084 int threadCount;2085 int operationCount;2086 bool serverSync;2087 bool useFenceSync;2088 bool useImages;2090 float probabilities[THREADOPERATIONID_LAST][THREADOPERATIONID_LAST];2122 GLES2SharingRandomTest::TestConfig::TestConfig (void) in TestConfig() function in deqp::egl::GLES2SharingRandomTest::TestConfig2934 struct TestConfig struct in deqp::egl::GLES2ThreadedSharingTest2936 enum ResourceType[all …]
40 class TestConfig(object): class
31 TestConfig = collections.namedtuple('Tests', ['script', 'tests', 'extra_args']) variable
1528 static const struct TestConfig in init() struct1530 const char* name; in init()1531 InterpolateAtOffsetCase::TestType type; in init()
9460 struct TestConfig { in TEST_P() struct9461 const char* proxy_url; in TEST_P()9462 AuthTiming proxy_auth_timing; in TEST_P()9463 int proxy_auth_rv; in TEST_P()9464 const char* server_url; in TEST_P()9465 AuthTiming server_auth_timing; in TEST_P()9466 int server_auth_rv; in TEST_P()9467 int num_auth_rounds; in TEST_P()9468 int first_ssl_round; in TEST_P()9469 TestRound rounds[3]; in TEST_P()
545 class TestConfig { class