Home
last modified time | relevance | path

Searched defs:TestRunSummary (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.hpp64 struct TestRunSummary struct
66 glu::ApiType runType;
67 bool isConformant;
68 std::string configLogFilename;
69 std::vector<TestRunParams> runParams;
71 TestRunSummary(void) : isConformant(false) in TestRunSummary() argument
75 void clear(void) in clear()
/external/deqp/external/openglcts/scripts/verify/
Dsummary.py25 class TestRunSummary: class