Searched refs:ConstantOutputForConstantInput (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrMixerEffect.fp | 26 const auto c0 = ConstantOutputForConstantInput(this->childProcessor(0), input), 28 ? ConstantOutputForConstantInput(this->childProcessor(1), input)
|
D | GrMixerEffect.h | 28 const auto c0 = ConstantOutputForConstantInput(this->childProcessor(0), input), in constantOutputForConstantInput() 30 ? ConstantOutputForConstantInput(this->childProcessor(1), input) in constantOutputForConstantInput()
|
D | GrXfermodeFragmentProcessor.cpp | 153 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()
|
D | GrOverrideInputFragmentProcessor.h | 35 return ConstantOutputForConstantInput(this->childProcessor(0), uniformColor); in constantOutputForConstantInput()
|
/external/skqp/src/gpu/effects/ |
D | GrXfermodeFragmentProcessor.cpp | 153 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/ |
D | GrFragmentProcessor.cpp | 267 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()
|
D | GrFragmentProcessor.h | 301 static SkPMColor4f ConstantOutputForConstantInput(const GrFragmentProcessor& fp, in ConstantOutputForConstantInput() function
|
/external/skia/src/gpu/ |
D | GrFragmentProcessor.cpp | 269 SkPMColor4f childColor = ConstantOutputForConstantInput(this->childProcessor(0), in MakeInputPremulAndMulByOutput() 358 color = ConstantOutputForConstantInput(this->childProcessor(i), color); in RunInSeries()
|
D | GrFragmentProcessor.h | 307 static SkPMColor4f ConstantOutputForConstantInput(const GrFragmentProcessor& fp, in ConstantOutputForConstantInput() function
|