Home
last modified time | relevance | path

Searched refs:fMangler (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/sksl/
DSkSLContext.cpp16 , fMangler(&mangler) { in Context()
DSkSLContext.h49 Mangler* fMangler = nullptr; variable
DSkSLThreadContext.h207 Mangler fMangler; variable
DSkSLCompiler.h255 Mangler fMangler; variable
DSkSLInliner.cpp296 fContext->fMangler->reset(); in reset()
584 fContext->fMangler->uniqueName(variable.name(), symbolTableForStatement)); in inlineStatement()
DSkSLCompiler.cpp136 , fContext(std::make_shared<Context>(fErrorReporter, *caps, fMangler)) in Compiler()
/third_party/skia/src/sksl/ir/
DSkSLVariable.cpp78 symbolTable->takeOwnershipOfString(context.fMangler->uniqueName(baseName, symbolTable)); in MakeScratchVariable()
/third_party/skia/src/sksl/dsl/priv/
DDSLWriter.cpp31 ThreadContext::Instance().fMangler.uniqueName(name, in Name()