Searched refs:GrArithmeticFP (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/effects/ |
D | SkArithmeticMode_gpu.cpp | 48 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 …]
|
D | SkArithmeticMode_gpu.h | 32 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,
|
D | SkArithmeticMode.cpp | 160 return GrArithmeticFP::Create(SkScalarToFloat(fK[0]), in getFragmentProcessorForImageFilter()
|