Searched refs:test_name_base (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | glinterfacetest.cc | 64 const std::string test_name_base = std::string(Name()) + "_"; in Run() local 68 RunTest(this, (test_name_base + "nogl").c_str(), 1.0, g_width, g_height, in Run() 74 RunTest(this, (test_name_base + "glsimple").c_str(), 1.0, g_width, g_height, in Run()
|