OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_name_base
(Results
1 - 1
of
1
) sorted by null
/external/autotest/client/deps/glbench/src/
glinterfacetest.cc
63
const std::string
test_name_base
= std::string(Name()) + "_";
local
67
RunTest(this, (
test_name_base
+ "nogl").c_str(), 1.0, g_width, g_height, false);
73
RunTest(this, (
test_name_base
+ "glsimple").c_str(), 1.0, g_width, g_height, false);
Completed in 414 milliseconds