Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h115 void writeGlobalVars(const VarDeclaration& vs);
DSkSLSPIRVCodeGenerator.h134 void writeGlobalVars(Program::Kind kind, const VarDeclarations& v, OutputStream& out);
DSkSLSPIRVCodeGenerator.cpp2731 void SPIRVCodeGenerator::writeGlobalVars(Program::Kind kind, const VarDeclarations& decl, in writeGlobalVars() function in SkSL::SPIRVCodeGenerator
3033 this->writeGlobalVars(program.fKind, ((VarDeclarations&) *program.fElements[i]), in writeInstructions()