Lines Matching refs:fCompiler
18 : fCompiler(&fCaps) {
26 fProgram = fCompiler.convertProgram(SkSL::ProgramKind::kGeneric, SkSL::String(src),
29 ERRORF(r, "Program failed to compile:\n%s\n%s\n", src, fCompiler.errorText().c_str());
37 SkSL::Compiler fCompiler;
873 , fCompiler(compiler) {}
878 outTypes[0] = fCompiler.context().fTypes.fFloat.get();
889 SkSL::Compiler& fCompiler;
920 , fCompiler(compiler)
928 outTypes[0] = fCompiler.context().fTypes.fFloat.get();
941 SkSL::Compiler& fCompiler;