Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/bench/
H A DSkSLBench.cpp674 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 …]
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLCompiler.cpp65 const Module* Compiler::moduleForProgramKind(ProgramKind kind) { in moduleForProgramKind() function in SkSL::Compiler
220 const SkSL::Module* module = this->moduleForProgramKind(kind); in convertProgram()
H A DSkSLCompiler.h160 const Module* moduleForProgramKind(ProgramKind kind);