Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRuntimeEffect.cpp56 if (!gImpl) { in SharedCompiler()
57 gImpl = new Impl(); in SharedCompiler()
61 SkSL::Compiler* operator->() const { return gImpl->fCompiler; } in operator ->()
100 static Impl* gImpl; member in SkSL::SharedCompiler
103 SharedCompiler::Impl* SharedCompiler::gImpl = nullptr; member in SkSL::SharedCompiler