Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp172 AutoOutputBuffer exprBuffer(this); in writeChildCall() local
179 sampleOutput = fCallbacks->sampleShader(index, exprBuffer.fBuffer.str()); in writeChildCall()
186 sampleOutput = fCallbacks->sampleColorFilter(index, exprBuffer.fBuffer.str()); in writeChildCall()
199 sampleOutput = fCallbacks->sampleBlender(index, exprBuffer.fBuffer.str(), in writeChildCall()
/third_party/flutter/skia/src/sksl/
DSkSLCPPCodeGenerator.cpp787 StringStream exprBuffer; in convertSKSLExpressionToCPP() local
788 fOut = &exprBuffer; in convertSKSLExpressionToCPP()
796 String expr = exprBuffer.str(); in convertSKSLExpressionToCPP()