OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSourceType
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/VisualBench/
VisualBenchmarkStream.h
37
const char*
fSourceType
; // What we're benching: bench, GM, SKP, ...
VisualBenchmarkStream.cpp
80
,
fSourceType
(nullptr)
158
fSourceType
= "bench";
169
fSourceType
= "gm";
184
fSourceType
= "skp";
/external/skia/bench/
nanobench.cpp
637
} while(SkCommandLineFlags::ShouldSkip(FLAGS_sourceType,
fSourceType
) ||
646
fSourceType
= "bench";
655
fSourceType
= "gm";
669
fSourceType
= "skp";
699
fSourceType
= "skp";
731
fSourceType
= "image";
806
fSourceType
= "image";
864
fSourceType
= "image";
[
all
...]
Completed in 1694 milliseconds