Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineCodeGenerator.cpp219 int getFunctionDebugInfo(const FunctionDeclaration& decl);
1333 int Generator::getFunctionDebugInfo(const FunctionDeclaration& decl) { in getFunctionDebugInfo() function in SkSL::RP::Generator
1385 funcIndex = this->getFunctionDebugInfo(function.declaration()); in writeFunction()