Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/
H A DSkSLModuleLoader.h51 const Module* loadGraphiteVertexModule(SkSL::Compiler* compiler);
H A DSkSLModuleLoader.cpp343 const Module* ModuleLoader::loadGraphiteVertexModule(SkSL::Compiler* compiler) { in loadGraphiteVertexModule() function in SkSL::ModuleLoader
H A DSkSLCompiler.cpp72 case ProgramKind::kGraphiteVertex: return m.loadGraphiteVertexModule(this); in moduleForProgramKind()