Home
last modified time | relevance | path

Searched refs:fSourceType (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/VisualBench/
DVisualBenchmarkStream.cpp80 , fSourceType(nullptr) in VisualBenchmarkStream()
158 fSourceType = "bench"; in innerNext()
169 fSourceType = "gm"; in innerNext()
184 fSourceType = "skp"; in innerNext()
DVisualBenchmarkStream.h37 const char* fSourceType; // What we're benching: bench, GM, SKP, ... variable
/external/skia/bench/
Dnanobench.cpp637 } while(SkCommandLineFlags::ShouldSkip(FLAGS_sourceType, fSourceType) || in next()
646 fSourceType = "bench"; in rawNext()
655 fSourceType = "gm"; in rawNext()
669 fSourceType = "skp"; in rawNext()
699 fSourceType = "skp"; in rawNext()
731 fSourceType = "image"; in rawNext()
806 fSourceType = "image"; in rawNext()
864 fSourceType = "image"; in rawNext()
937 log->configOption("source_type", fSourceType); in fillCurrentOptions()
939 if (0 == strcmp(fSourceType, "skp")) { in fillCurrentOptions()
[all …]