Home
last modified time | relevance | path

Searched refs:constantOutputForConstantInput (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
H A DGrFragmentProcessor.cpp318 SkPMColor4f constantOutputForConstantInput(const SkPMColor4f& input) const override {
434 SkPMColor4f constantOutputForConstantInput(const SkPMColor4f& inColor) const override {
594 SkPMColor4f constantOutputForConstantInput(const SkPMColor4f& f) const override {
595 return this->childProcessor(0)->constantOutputForConstantInput(f);
906 SkPMColor4f constantOutputForConstantInput(const SkPMColor4f& input) const override {
H A DGrFragmentProcessor.h281 *outputColor = this->constantOutputForConstantInput(inputColor); in hasConstantOutputForConstantInput()
376 * constantOutputForConstantInput. It must only be called when
383 return fp->constantOutputForConstantInput(input); in ConstantOutputForConstantInput()
433 virtual SkPMColor4f constantOutputForConstantInput(const SkPMColor4f& /* inputColor */) const { in constantOutputForConstantInput() function
H A DGrColorSpaceXform.h97 SkPMColor4f constantOutputForConstantInput(const SkPMColor4f& input) const override;
H A DGrColorSpaceXform.cpp135 SkPMColor4f GrColorSpaceXformEffect::constantOutputForConstantInput( in constantOutputForConstantInput() function in GrColorSpaceXformEffect
/third_party/skia/src/gpu/effects/
H A DGrMatrixEffect.h39 SkPMColor4f constantOutputForConstantInput(const SkPMColor4f& inputColor) const override {
H A DGrBicubicEffect.h123 SkPMColor4f constantOutputForConstantInput(const SkPMColor4f&) const override;
H A DGrBlendFragmentProcessor.cpp16 // we can't use the CPU implementation to implement constantOutputForConstantInput.
156 SkPMColor4f constantOutputForConstantInput(const SkPMColor4f& input) const override {
H A DGrBicubicEffect.cpp240 SkPMColor4f GrBicubicEffect::constantOutputForConstantInput(const SkPMColor4f& input) const { in constantOutputForConstantInput() function in GrBicubicEffect
H A DGrSkSLFP.h188 SkPMColor4f constantOutputForConstantInput(const SkPMColor4f&) const override;
H A DGrSkSLFP.cpp414 SkPMColor4f GrSkSLFP::constantOutputForConstantInput(const SkPMColor4f& inputColor) const { in constantOutputForConstantInput() function in GrSkSLFP

Completed in 9 milliseconds