Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp170 String sampleOutput; 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()
209 this->write(sampleOutput); in writeChildCall()