Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCPPCodeGenerator.h67 bool writeEmitCode(std::vector<const Variable*>& uniforms);
DSkSLCPPCodeGenerator.cpp392 bool CPPCodeGenerator::writeEmitCode(std::vector<const Variable*>& uniforms) { in writeEmitCode() function in SkSL::CPPCodeGenerator
597 bool result = this->writeEmitCode(uniforms); in generateCode()