OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_hasty
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/deps/glbench/src/
main.cc
39
bool
g_hasty
;
variable
133
g_hasty
= FLAGS_hasty;
134
g_notemp = FLAGS_notemp ||
g_hasty
;
texturetest.cc
88
if (
g_hasty
&& sizes[j] > 512)
testbase.cc
19
extern bool
g_hasty
;
85
if (time > MIN_ITERATION_DURATION_US / (::
g_hasty
? 20.0 : 1.0))
main.h
112
extern bool
g_hasty
;
fillratetest.cc
186
const int max_size = std::min(
g_hasty
? 512 : 4096, g_max_texture_size);
Completed in 34 milliseconds