Searched refs:writeEmitCode (Results 1 – 6 of 6) sorted by relevance
53 bool writeEmitCode(std::vector<const Variable*>& uniforms);
81 bool writeEmitCode(std::vector<const Variable*>& uniforms);
801 bool CPPCodeGenerator::writeEmitCode(std::vector<const Variable*>& uniforms) { in writeEmitCode() function in SkSL::CPPCodeGenerator1158 bool result = this->writeEmitCode(uniforms); in generateCode()
834 bool CPPCodeGenerator::writeEmitCode(std::vector<const Variable*>& uniforms) { in writeEmitCode() function in SkSL::CPPCodeGenerator1200 bool result = this->writeEmitCode(uniforms); in generateCode()