Home
last modified time | relevance | path

Searched refs:testPersistentCache (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/flags/
DCommonFlagsConfig.cpp526 int testPersistentCache, in SkCommandLineConfigGpu() argument
540 , fTestPersistentCache(testPersistentCache) in SkCommandLineConfigGpu()
569 int testPersistentCache = 0; in parse_command_line_config_gpu() local
591 extendedOptions.get_option_int("testPersistentCache", &testPersistentCache) && in parse_command_line_config_gpu()
599 if (!validOptions || (testThreading && (testPersistentCache != 0))) { in parse_command_line_config_gpu()
621 testPersistentCache, in parse_command_line_config_gpu()
DCommonFlagsConfig.h68 int testPersistentCache,