Searched refs:moduleForProgramKind (Results 1 – 3 of 3) sorted by relevance
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()[all …]
65 const Module* Compiler::moduleForProgramKind(ProgramKind kind) { in moduleForProgramKind() function in SkSL::Compiler220 const SkSL::Module* module = this->moduleForProgramKind(kind); in convertProgram()
160 const Module* moduleForProgramKind(ProgramKind kind);