Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrMixerEffect.fp26 const auto c0 = ConstantOutputForConstantInput(this->childProcessor(0), input),
28 ? ConstantOutputForConstantInput(this->childProcessor(1), input)
DGrMixerEffect.h28 const auto c0 = ConstantOutputForConstantInput(this->childProcessor(0), input), in constantOutputForConstantInput()
30 ? ConstantOutputForConstantInput(this->childProcessor(1), input) in constantOutputForConstantInput()
DGrXfermodeFragmentProcessor.cpp153 SkPMColor4f src = ConstantOutputForConstantInput(this->childProcessor(0), opaqueInput); in constantOutputForConstantInput()
154 SkPMColor4f dst = ConstantOutputForConstantInput(this->childProcessor(1), opaqueInput); in constantOutputForConstantInput()
399 SkPMColor4f childColor = ConstantOutputForConstantInput(this->childProcessor(0), in constantOutputForConstantInput()
DGrOverrideInputFragmentProcessor.h35 return ConstantOutputForConstantInput(this->childProcessor(0), uniformColor); in constantOutputForConstantInput()
/external/skqp/src/gpu/effects/
DGrXfermodeFragmentProcessor.cpp153 SkPMColor4f src = ConstantOutputForConstantInput(this->childProcessor(0), opaqueInput); in constantOutputForConstantInput()
154 SkPMColor4f dst = ConstantOutputForConstantInput(this->childProcessor(1), opaqueInput); in constantOutputForConstantInput()
408 SkPMColor4f childColor = ConstantOutputForConstantInput(this->childProcessor(0), in constantOutputForConstantInput()
/external/skqp/src/gpu/
DGrFragmentProcessor.cpp267 SkPMColor4f childColor = ConstantOutputForConstantInput(this->childProcessor(0), in MakeInputPremulAndMulByOutput()
359 return ConstantOutputForConstantInput(this->childProcessor(0), fColor); in OverrideInput()
438 color = ConstantOutputForConstantInput(this->childProcessor(i), color); in RunInSeries()
DGrFragmentProcessor.h301 static SkPMColor4f ConstantOutputForConstantInput(const GrFragmentProcessor& fp, in ConstantOutputForConstantInput() function
/external/skia/src/gpu/
DGrFragmentProcessor.cpp269 SkPMColor4f childColor = ConstantOutputForConstantInput(this->childProcessor(0), in MakeInputPremulAndMulByOutput()
358 color = ConstantOutputForConstantInput(this->childProcessor(i), color); in RunInSeries()
DGrFragmentProcessor.h307 static SkPMColor4f ConstantOutputForConstantInput(const GrFragmentProcessor& fp, in ConstantOutputForConstantInput() function