Home
last modified time | relevance | path

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

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