Home
last modified time | relevance | path

Searched refs:forceNoInline (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/fuzz/oss_fuzz/
H A DFuzzSkRuntimeEffect.cpp67 options.forceNoInline = true; in FuzzSkRuntimeEffect()
71 options.forceNoInline = false; in FuzzSkRuntimeEffect()
/third_party/skia/tests/
H A DSkSLTest.cpp142 options.forceNoInline = false; in test_permutations()
145 options.forceNoInline = true; in test_permutations()
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp228 settings.fForceNoInline = options.forceNoInline; in MakeFromSource()
529 struct KnownOptions { bool forceNoInline, enforceES2Restrictions, allowFragCoord, useAF; }; in SkRuntimeEffect() member
531 fHash = SkOpts::hash_fn(&options.forceNoInline, in SkRuntimeEffect()
532 sizeof(options.forceNoInline), fHash); in SkRuntimeEffect()
/third_party/skia/include/effects/
H A DSkRuntimeEffect.h98 bool forceNoInline = false; member in SkSL::SkRuntimeEffect::Options

Completed in 5 milliseconds