Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp822 std::ostream debugOut (&sbuf); in parse() local
833 debugOut << "\n" << de::FilePath(argv[0]).getBaseName() << " [options]\n\n"; in parse()
834 parser.help(debugOut); in parse()
858 debugOut << "ERROR: multiple test case list options given!\n" << std::endl; in parse()
865debugOut << "ERROR: arguments not starting with '-' or '--' are not supported by this application!… in parse()
867 debugOut << "\n" << de::FilePath(argv[0]).getBaseName() << " [options]\n\n"; in parse()
868 parser.help(debugOut); in parse()