Home
last modified time | relevance | path

Searched refs:fForceNoInline (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/sksl/
DSkSLProgramSettings.h55 bool fForceNoInline = false; member
/third_party/skia/src/sksl/dsl/
DDSLFunction.cpp32 if (ThreadContext::Settings().fForceNoInline) { in init()
/third_party/skia/src/core/
DSkRuntimeEffect.cpp228 settings.fForceNoInline = options.forceNoInline; in MakeFromSource()