Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp214 bool shouldRewriteVoidTypedFunctions(const FunctionDeclaration* func) const;
1340 bool GLSLCodeGenerator::shouldRewriteVoidTypedFunctions(const FunctionDeclaration* func) const { in shouldRewriteVoidTypedFunctions() function in SkSL::GLSLCodeGenerator
1350 if (this->shouldRewriteVoidTypedFunctions(&f)) { in writeFunctionDeclaration()
1426 if (this->shouldRewriteVoidTypedFunctions(&f.declaration())) { in writeFunction()
1921 } else if (this->shouldRewriteVoidTypedFunctions(fCurrentFunction)) { in writeReturnStatement()