Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkArithmeticMode_gpu.cpp48 const GrArithmeticFP& arith = args.fFp.cast<GrArithmeticFP>(); in emitCode()
68 const GrArithmeticFP& arith = proc.cast<GrArithmeticFP>(); in GenKey()
75 const GrArithmeticFP& arith = proc.cast<GrArithmeticFP>(); in onSetData()
87 GrArithmeticFP::GrArithmeticFP(float k1, float k2, float k3, float k4, bool enforcePMColor, in GrArithmeticFP() function in GrArithmeticFP
90 this->initClassID<GrArithmeticFP>(); in GrArithmeticFP()
97 void GrArithmeticFP::onGetGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const { in onGetGLSLProcessorKey()
101 GrGLSLFragmentProcessor* GrArithmeticFP::onCreateGLSLInstance() const { in onCreateGLSLInstance()
105 bool GrArithmeticFP::onIsEqual(const GrFragmentProcessor& fpBase) const { in onIsEqual()
106 const GrArithmeticFP& fp = fpBase.cast<GrArithmeticFP>(); in onIsEqual()
114 void GrArithmeticFP::onComputeInvariantOutput(GrInvariantOutput* inout) const { in onComputeInvariantOutput()
[all …]
DSkArithmeticMode_gpu.h32 class GrArithmeticFP : public GrFragmentProcessor {
36 return new GrArithmeticFP(k1, k2, k3, k4, enforcePMColor, dst); in Create()
39 ~GrArithmeticFP() override {}; in ~GrArithmeticFP()
64 GrArithmeticFP(float k1, float k2, float k3, float k4, bool enforcePMColor,
DSkArithmeticMode.cpp160 return GrArithmeticFP::Create(SkScalarToFloat(fK[0]), in getFragmentProcessorForImageFilter()