/external/deqp/modules/egl/ |
D | teglGLES2SharedRenderingPerfTests.cpp | 60 struct TestConfig struct 102 …TestContext (EglTestContext& eglTestCtx, EGLConfig eglConfig, const TestConfig& config, bool shar… 118 TestConfig m_config; 169 void createCoordData (vector<float>& data, const TestConfig& config) in createCoordData() 219 GLuint createCoordBuffer (const glw::Functions& gl, const TestConfig& config) in createCoordBuffer() 238 void createIndexData (vector<deUint16>& data, const TestConfig& config) in createIndexData() 257 GLuint createIndexBuffer (const glw::Functions& gl, const TestConfig& config) in createIndexBuffer() 276 void createTextureData (vector<deUint8>& data, const TestConfig& config) in createTextureData() 290 GLuint createTexture (const glw::Functions& gl, const TestConfig& config) in createTexture() 317 GLuint createProgram (const glw::Functions& gl, const TestConfig& config) in createProgram() [all …]
|
D | teglGLES2SharingThreadedTests.cpp | 2081 struct TestConfig struct in deqp::egl::GLES2SharingRandomTest 2083 TestConfig (void); 2092 …GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, cons… 2102 TestConfig m_config; 2122 GLES2SharingRandomTest::TestConfig::TestConfig (void) in TestConfig() function in deqp::egl::GLES2SharingRandomTest::TestConfig 2132 GLES2SharingRandomTest::GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, … in GLES2SharingRandomTest() 2934 struct TestConfig struct in deqp::egl::GLES2ThreadedSharingTest 2954 …GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, const char* name, con… 2968 TestConfig m_config; 2986 GLES2ThreadedSharingTest::GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& conf… in GLES2ThreadedSharingTest() [all …]
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/ |
D | videoprocessor.h | 42 struct TestConfig { struct 43 TestConfig(); 44 ~TestConfig(); 163 const TestConfig& config, 192 const TestConfig& config_;
|
D | videoprocessor.cc | 24 TestConfig::TestConfig() in TestConfig() function in webrtc::test::TestConfig 39 TestConfig::~TestConfig() {} in ~TestConfig() 46 const TestConfig& config, in VideoProcessorImpl()
|
D | videoprocessor_unittest.cc | 40 TestConfig config_;
|
D | videoprocessor_integrationtest.cc | 110 webrtc::test::TestConfig config_;
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/ |
D | video_quality_measurement.cc | 111 int HandleCommandLineFlags(webrtc::test::TestConfig* config) { in HandleCommandLineFlags() 262 void CalculateSsimVideoMetrics(webrtc::test::TestConfig* config, in CalculateSsimVideoMetrics() 274 void CalculatePsnrVideoMetrics(webrtc::test::TestConfig* config, in CalculatePsnrVideoMetrics() 286 void PrintConfigurationSummary(const webrtc::test::TestConfig& config) { in PrintConfigurationSummary() 342 void PrintPythonOutput(const webrtc::test::TestConfig& config, in PrintPythonOutput() 448 webrtc::test::TestConfig config; in main()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
D | rebaselineserver.py | 40 class TestConfig(object): class 87 …self._test_config = TestConfig(port, layout_tests_directory, results_directory, platforms, filesys…
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
D | rebaselineserver_unittest.py | 36 from webkitpy.tool.commands.rebaselineserver import TestConfig, RebaselineServer 307 return TestConfig(
|
/external/chromium_org/build/android/buildbot/ |
D | bb_run_bot.py | 31 TestConfig = collections.namedtuple('Tests', ['script', 'tests', 'extra_args']) variable 134 TestConfig('build/android/buildbot/bb_device_steps.py', tests,
|
/external/chromium_org/v8/test/cctest/ |
D | test-regexp.cc | 545 class TestConfig { class 562 const int TestConfig::kNoKey = 0; 574 ZoneSplayTree<TestConfig> tree(&zone); in TEST() 587 ZoneSplayTree<TestConfig>::Locator loc; in TEST() 596 ZoneSplayTree<TestConfig>::Locator loc; in TEST() 606 ZoneSplayTree<TestConfig>::Locator loc; in TEST() 613 ZoneSplayTree<TestConfig>::Locator loc; in TEST()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderMultisampleInterpolationTests.cpp | 1528 static const struct TestConfig in init() struct
|
/external/chromium_org/net/http/ |
D | http_network_transaction_unittest.cc | 9460 struct TestConfig { in TEST_P() struct 9641 const TestConfig& test_config = test_configs[i]; in TEST_P()
|