Lines Matching defs:configs
524 // Append all configs that are enabled and supported.
525 void create_configs(SkTArray<Config>* configs) {
530 configs->push_back(*config);
534 // If no just default configs were requested, then we're okay.
536 // Otherwise, make sure that all specified configs have been created.
537 array.count() == configs->count()) {
1250 SkTArray<Config> configs;
1251 create_configs(&configs);
1275 if (!configs.empty()) {
1279 for (int i = 0; i < configs.count(); ++i) {
1280 Target* target = is_enabled(b, configs[i]);
1351 if (configs[i].backend == Benchmark::kGPU_Backend) {
1410 if (configs.count() == 1) {
1458 if (FLAGS_gpuStats && Benchmark::kGPU_Backend == configs[i].backend) {
1472 if (!configs.empty()) {