Searched refs:gConfigs (Results 1 - 1 of 1) sorted by relevance

/external/skia/bench/
H A Dbenchmain.cpp199 } gConfigs[] = { variable in typeref:struct:Config
249 "Run configs given. By default, runs the configs marked \"runByDefault\" in gConfigs.");
322 for (int j = 0; j < static_cast<int>(SK_ARRAY_COUNT(gConfigs)); ++j) {
323 if (0 == strcmp(FLAGS_config[i], gConfigs[j].name)) {
332 for (int i = 0; i < static_cast<int>(SK_ARRAY_COUNT(gConfigs)); ++i) {
333 if (gConfigs[i].runByDefault) {
342 const Config& config = gConfigs[configs[i]];
352 const Config& config = gConfigs[configs[i]];
409 for (size_t i = 0; i < SK_ARRAY_COUNT(gConfigs); ++i) {
411 const Config& config = gConfigs[
[all...]

Completed in 73 milliseconds