Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dtest_config.h21 struct TestConfig { struct
22 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 …]
/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
2937 struct TestConfig struct in deqp::egl::GLES2ThreadedSharingTest
2939 enum ResourceType
[all …]
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
Dextras_config_test.py9 class TestConfig(test_base.BaseTestCase): class
/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationTests.cpp1794 static const struct TestConfig in init() struct
1796 const char* name; in init()
1797 InterpolateAtOffsetCase::TestType type; in init()
/external/v8/test/cctest/
Dtest-regexp.cc532 class TestConfig { class