Searched refs:defaultConfigs (Results 1 – 4 of 4) sorted by relevance
/external/skia/tools/flags/ |
D | SkCommonFlagsConfig.cpp | 23 static const char defaultConfigs[] = variable 194 DEFINE_extended_string(config, defaultConfigs, config_help_fn(), config_extended_help_fn());
|
/external/skqp/tools/flags/ |
D | SkCommonFlagsConfig.cpp | 23 static const char defaultConfigs[] = variable 193 DEFINE_extended_string(config, defaultConfigs, config_help_fn(), config_extended_help_fn());
|
/external/skqp/dm/ |
D | DM.cpp | 980 static bool gather_sinks(const GrContextOptions& grCtxOptions, bool defaultConfigs) { in gather_sinks() argument 1013 defaultConfigs || in gather_sinks() 1374 bool defaultConfigs = true; in main() local 1378 defaultConfigs = false; in main() 1382 if (!gather_sinks(grCtxOptions, defaultConfigs)) { in main()
|
/external/skia/dm/ |
D | DM.cpp | 976 static bool gather_sinks(const GrContextOptions& grCtxOptions, bool defaultConfigs) { in gather_sinks() argument 1009 defaultConfigs || in gather_sinks() 1466 bool defaultConfigs = true; in main() local 1470 defaultConfigs = false; in main() 1474 if (!gather_sinks(grCtxOptions, defaultConfigs)) { in main()
|