Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()