Home
last modified time | relevance | path

Searched refs:TestConfig (Results 1 – 13 of 13) sorted by relevance

/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp60 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 …]
DteglGLES2SharingThreadedTests.cpp2081 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/
Dvideoprocessor.h42 struct TestConfig { struct
43 TestConfig();
44 ~TestConfig();
163 const TestConfig& config,
192 const TestConfig& config_;
Dvideoprocessor.cc24 TestConfig::TestConfig() in TestConfig() function in webrtc::test::TestConfig
39 TestConfig::~TestConfig() {} in ~TestConfig()
46 const TestConfig& config, in VideoProcessorImpl()
Dvideoprocessor_unittest.cc40 TestConfig config_;
Dvideoprocessor_integrationtest.cc110 webrtc::test::TestConfig config_;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc111 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/
Drebaselineserver.py40 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/
Drebaselineserver_unittest.py36 from webkitpy.tool.commands.rebaselineserver import TestConfig, RebaselineServer
307 return TestConfig(
/external/chromium_org/build/android/buildbot/
Dbb_run_bot.py31 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/
Dtest-regexp.cc545 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/
Des31fShaderMultisampleInterpolationTests.cpp1528 static const struct TestConfig in init() struct
/external/chromium_org/net/http/
Dhttp_network_transaction_unittest.cc9460 struct TestConfig { in TEST_P() struct
9641 const TestConfig& test_config = test_configs[i]; in TEST_P()