Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLPipelineStageCodeGenerator.h53 bool writeEmitCode(std::vector<const Variable*>& uniforms);
DSkSLCPPCodeGenerator.h81 bool writeEmitCode(std::vector<const Variable*>& uniforms);
DSkSLCPPCodeGenerator.cpp801 bool CPPCodeGenerator::writeEmitCode(std::vector<const Variable*>& uniforms) { in writeEmitCode() function in SkSL::CPPCodeGenerator
1158 bool result = this->writeEmitCode(uniforms); in generateCode()
/external/skia/src/sksl/
DSkSLPipelineStageCodeGenerator.h53 bool writeEmitCode(std::vector<const Variable*>& uniforms);
DSkSLCPPCodeGenerator.h81 bool writeEmitCode(std::vector<const Variable*>& uniforms);
DSkSLCPPCodeGenerator.cpp834 bool CPPCodeGenerator::writeEmitCode(std::vector<const Variable*>& uniforms) { in writeEmitCode() function in SkSL::CPPCodeGenerator
1200 bool result = this->writeEmitCode(uniforms); in generateCode()