Lines Matching refs:moduleForProgramKind
674 compiler.moduleForProgramKind(SkSL::ProgramKind::kVertex); in RunSkSLModuleBenchmarks()
675 compiler.moduleForProgramKind(SkSL::ProgramKind::kFragment); in RunSkSLModuleBenchmarks()
676 compiler.moduleForProgramKind(SkSL::ProgramKind::kRuntimeColorFilter); in RunSkSLModuleBenchmarks()
677 compiler.moduleForProgramKind(SkSL::ProgramKind::kRuntimeShader); in RunSkSLModuleBenchmarks()
678 compiler.moduleForProgramKind(SkSL::ProgramKind::kRuntimeBlender); in RunSkSLModuleBenchmarks()
679 compiler.moduleForProgramKind(SkSL::ProgramKind::kPrivateRuntimeColorFilter); in RunSkSLModuleBenchmarks()
680 compiler.moduleForProgramKind(SkSL::ProgramKind::kPrivateRuntimeShader); in RunSkSLModuleBenchmarks()
681 compiler.moduleForProgramKind(SkSL::ProgramKind::kPrivateRuntimeBlender); in RunSkSLModuleBenchmarks()
691 compiler.moduleForProgramKind(SkSL::ProgramKind::kGraphiteVertex); in RunSkSLModuleBenchmarks()
692 compiler.moduleForProgramKind(SkSL::ProgramKind::kGraphiteFragment); in RunSkSLModuleBenchmarks()
701 compiler.moduleForProgramKind(SkSL::ProgramKind::kCompute); in RunSkSLModuleBenchmarks()
755 compiler.moduleForProgramKind(kind); in onDraw()