Home
last modified time | relevance | path

Searched refs:AutoOutputStream (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/sksl/codegen/
H A DSkSLCodeGenerator.h31 // Intended for use by AutoOutputStream.
41 class AutoOutputStream { class
44 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput) in AutoOutputStream() function in SkSL::AutoOutputStream
50 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput, int *indentationPtr) in AutoOutputStream() function in SkSL::AutoOutputStream
58 ~AutoOutputStream() { in ~AutoOutputStream()
H A DSkSLMetalCodeGenerator.cpp197 AutoOutputStream outputToExtraFunctions(this, &fExtraFunctions, &fIndentation); in getOutParamHelper()
1950 AutoOutputStream outputToBuffer(this, &buffer); in writeFunction()
2712 AutoOutputStream outputToHeader(this, &header, &fIndentation); in generateCode()
2723 AutoOutputStream outputToBody(this, &body, &fIndentation); in generateCode()

Completed in 4 milliseconds