Home
last modified time | relevance | path

Searched refs:reducedShaders (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/flags/
H A DCommonFlagsConfig.cpp77 { "glreducedshaders", "gpu", "api=gl,reducedShaders=true" },
78 { "glesreducedshaders", "gpu", "api=gles,reducedShaders=true" },
125 { "mtlreducedshaders", "gpu", "api=metal,reducedShaders=true" },
530 bool reducedShaders, in SkCommandLineConfigGpu()
544 , fReducedShaders(reducedShaders) in SkCommandLineConfigGpu()
552 if (reducedShaders) { in SkCommandLineConfigGpu()
573 bool reducedShaders = false; in parse_command_line_config_gpu() local
595 extendedOptions.get_option_bool("reducedShaders", &reducedShaders) && in parse_command_line_config_gpu()
625 reducedShaders, 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.h72 bool reducedShaders,
/third_party/skia/tools/viewer/
H A DViewer.cpp1937 bool* reducedShaders = &params.fGrContextOptions.fReducedShaderVariations; in drawImGui() local
1938 if (ctx && ImGui::Checkbox("Reduced shaders", reducedShaders)) { in drawImGui()

Completed in 6 milliseconds