Searched refs:testPersistentCache (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/tools/flags/ |
H A D | CommonFlagsConfig.cpp | 71 { "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 D | CommonFlagsConfig.h | 68 int testPersistentCache,
|
Completed in 2 milliseconds