Home
last modified time | relevance | path

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

/third_party/skia/tools/flags/
H A DCommonFlagsConfig.cpp71 { "gltestpersistentcache", "gpu", "api=gl,testPersistentCache=1" },
72 { "gltestglslcache", "gpu", "api=gl,testPersistentCache=2" },
113 { "vktestpersistentcache", "gpu", "api=vulkan,testPersistentCache=1" },
526 int testPersistentCache, in SkCommandLineConfigGpu()
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()
516 SkCommandLineConfigGpu(const SkString& tag, const SkTArray<SkString>& viaParts, ContextType contextType, bool fakeGLESVersion2, uint32_t surfaceFlags, int samples, SkColorType colorType, SkAlphaType alphaType, bool useStencilBuffers, bool testThreading, int testPersistentCache, bool testPrecompile, bool useDDLSink, bool OOPRish, bool reducedShaders, SurfType surfType) SkCommandLineConfigGpu() argument
[all...]
H A DCommonFlagsConfig.h68 int testPersistentCache,

Completed in 2 milliseconds