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.cc39 bool g_hasty; variable
133 g_hasty = FLAGS_hasty; in main()
134 g_notemp = FLAGS_notemp || g_hasty; in main()
Dtestbase.cc19 extern bool g_hasty;
85 if (time > MIN_ITERATION_DURATION_US / (::g_hasty ? 20.0 : 1.0)) in Bench()
Dtexturetest.cc88 if (g_hasty && sizes[j] > 512) in Run()
Dmain.h112 extern bool g_hasty;
Dfillratetest.cc186 const int max_size = std::min(g_hasty ? 512 : 4096, g_max_texture_size); in Run()