Searched refs:shouldRewriteVoidTypedFunctions (Results 1 – 1 of 1) sorted by relevance
214 bool shouldRewriteVoidTypedFunctions(const FunctionDeclaration* func) const;1340 bool GLSLCodeGenerator::shouldRewriteVoidTypedFunctions(const FunctionDeclaration* func) const { in shouldRewriteVoidTypedFunctions() function in SkSL::GLSLCodeGenerator1350 if (this->shouldRewriteVoidTypedFunctions(&f)) { in writeFunctionDeclaration()1426 if (this->shouldRewriteVoidTypedFunctions(&f.declaration())) { in writeFunction()1921 } else if (this->shouldRewriteVoidTypedFunctions(fCurrentFunction)) { in writeReturnStatement()