Home
last modified time | relevance | path

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

/external/skia/tools/flags/
DSkCommonFlagsConfig.cpp432 bool testPersistentCache, SurfType surfType) in SkCommandLineConfigGpu() argument
442 , fTestPersistentCache(testPersistentCache) in SkCommandLineConfigGpu()
469 bool testPersistentCache = false; in parse_command_line_config_gpu() local
486 extendedOptions.get_option_bool("testPersistentCache", &testPersistentCache) && in parse_command_line_config_gpu()
490 if (!validOptions || (testThreading && testPersistentCache)) { in parse_command_line_config_gpu()
496 testPersistentCache, surfType); in parse_command_line_config_gpu()
DSkCommonFlagsConfig.h60 bool testThreading, bool testPersistentCache, SurfType);
/external/skqp/tools/flags/
DSkCommonFlagsConfig.cpp428 bool testPersistentCache, SurfType surfType) in SkCommandLineConfigGpu() argument
438 , fTestPersistentCache(testPersistentCache) in SkCommandLineConfigGpu()
465 bool testPersistentCache = false; in parse_command_line_config_gpu() local
482 extendedOptions.get_option_bool("testPersistentCache", &testPersistentCache) && in parse_command_line_config_gpu()
486 if (!validOptions || (testThreading && testPersistentCache)) { in parse_command_line_config_gpu()
492 testPersistentCache, surfType); in parse_command_line_config_gpu()
DSkCommonFlagsConfig.h60 bool testThreading, bool testPersistentCache, SurfType);