Home
last modified time | relevance | path

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

/third_party/skia/tools/flags/
H A DCommonFlagsConfig.cpp73 { "gltestprecompile", "gpu", "api=gl,testPrecompile=true" },
74 { "glestestprecompile", "gpu", "api=gles,testPrecompile=true" },
124 { "mtltestprecompile", "gpu", "api=metal,testPrecompile=true" },
138 { "grmtl", "graphite", "api=metal,testPrecompile=true" },
527 bool testPrecompile, in SkCommandLineConfigGpu()
541 , fTestPrecompile(testPrecompile) in SkCommandLineConfigGpu()
570 bool testPrecompile = false; in parse_command_line_config_gpu() local
592 extendedOptions.get_option_bool("testPrecompile", &testPrecompile) && in parse_command_line_config_gpu()
622 testPrecompile, 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
639 bool testPrecompile = false; parse_command_line_config_graphite() local
[all...]
H A DCommonFlagsConfig.h69 bool testPrecompile,
119 bool testPrecompile) in SkCommandLineConfigGraphite()
124 , fTestPrecompile(testPrecompile) { in SkCommandLineConfigGraphite()
114 SkCommandLineConfigGraphite(const SkString& tag, const SkTArray<SkString>& viaParts, ContextType contextType, SkColorType colorType, SkAlphaType alphaType, bool testPrecompile) SkCommandLineConfigGraphite() argument

Completed in 2 milliseconds