Searched refs:DEQPConfig (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/tests/deqp_tests/
H A Ddeqp_tests.h16 struct DEQPConfig struct
24 void SetCurrentConfig(const DEQPConfig& config);
25 const DEQPConfig& GetCurrentConfig();
27 void RunDEQPTest(const std::string &testPath, const DEQPConfig& config);
H A Ddeqp_tests.cpp98 static DEQPConfig kCurrentConfig = { 256, 256, false, EGL_D3D11_ONLY_DISPLAY_ANGLE };
100 void SetCurrentConfig(const DEQPConfig& config)
105 const DEQPConfig& GetCurrentConfig()
110 void RunDEQPTest(const std::string &testPath, const DEQPConfig& config)
H A Ddeqp_test_main.cpp49 DEQPConfig config;

Completed in 479 milliseconds