Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Dmain.cc41 bool g_hasty; variable
136 g_hasty = FLAGS_hasty; in main()
137 g_notemp = FLAGS_notemp || g_hasty; in main()
Dtestbase.cc19 extern bool g_hasty;
87 if (time > MIN_ITERATION_DURATION_US / (::g_hasty ? 20.0 : 1.0)) in Bench()
Dmain.h82 extern bool g_hasty;
Dtexturetest.cc94 if (g_hasty && sizes[j] > 512) in Run()
Dfillratetest.cc181 const int max_size = std::min(g_hasty ? 512 : 4096, g_max_texture_size); in Run()