Searched refs:forceNoInline (Results 1 – 4 of 4) sorted by relevance
67 options.forceNoInline = true; in FuzzSkRuntimeEffect()71 options.forceNoInline = false; in FuzzSkRuntimeEffect()
103 options.forceNoInline = false; in test_permutations()106 options.forceNoInline = true; in test_permutations()
143 settings.fForceNoInline = options.forceNoInline; in Make()170 settings.fForceNoInline = options.forceNoInline; in Make()389 fHash = SkOpts::hash_fn(&options.forceNoInline, in SkRuntimeEffect()390 sizeof(options.forceNoInline), fHash); in SkRuntimeEffect()
89 bool forceNoInline = false; member