Searched refs:exprBuffer (Results 1 – 2 of 2) sorted by relevance
172 AutoOutputBuffer exprBuffer(this); in writeChildCall() local179 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()
787 StringStream exprBuffer; in convertSKSLExpressionToCPP() local788 fOut = &exprBuffer; in convertSKSLExpressionToCPP()796 String expr = exprBuffer.str(); in convertSKSLExpressionToCPP()