Lines Matching refs:Module
18 struct Module;
39 const Module* rootModule();
46 const Module* loadSharedModule(SkSL::Compiler* compiler);
47 const Module* loadGPUModule(SkSL::Compiler* compiler);
48 const Module* loadVertexModule(SkSL::Compiler* compiler);
49 const Module* loadFragmentModule(SkSL::Compiler* compiler);
50 const Module* loadComputeModule(SkSL::Compiler* compiler);
51 const Module* loadGraphiteVertexModule(SkSL::Compiler* compiler);
52 const Module* loadGraphiteFragmentModule(SkSL::Compiler* compiler);
54 const Module* loadPublicModule(SkSL::Compiler* compiler);
55 const Module* loadPrivateRTShaderModule(SkSL::Compiler* compiler);
59 void addPublicTypeAliases(const SkSL::Module* module);