Searched defs:TestConfig (Results 1 – 6 of 6) sorted by relevance
21 struct TestConfig { struct22 int port = 0;23 bool is_server = false;24 bool is_dtls = false;25 bool resume = false;26 bool fallback_scsv = false;27 std::string key_file;28 std::string cert_file;29 std::string expected_server_name;30 std::string expected_certificate_types;[all …]
62 struct TestConfig struct64 enum TextureType73 int threadCount;74 int perThreadContextCount;76 int frameCount;77 int drawCallCount;78 int triangleCount;80 bool sharedContexts;82 bool useCoordBuffer;83 bool sharedCoordBuffer;[all …]
2060 struct TestConfig struct in deqp::egl::GLES2SharingRandomTest2063 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::TestConfig2937 struct TestConfig struct in deqp::egl::GLES2ThreadedSharingTest2939 enum ResourceType[all …]
9 class TestConfig(test_base.BaseTestCase): class
1794 static const struct TestConfig in init() struct1796 const char* name; in init()1797 InterpolateAtOffsetCase::TestType type; in init()
532 class TestConfig { class