Searched refs:gImpl (Results 1 – 1 of 1) sorted by relevance
56 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::SharedCompiler103 SharedCompiler::Impl* SharedCompiler::gImpl = nullptr; member in SkSL::SharedCompiler