Searched refs:CustomXP (Results 1 – 2 of 2) sorted by relevance
72 class CustomXP : public GrXferProcessor { class74 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() function in CustomXP79 CustomXP(bool hasMixedSamples, SkBlendMode mode, GrProcessorAnalysisCoverage coverage) in CustomXP() function in CustomXP121 const CustomXP& xp = p.cast<CustomXP>(); in GenKey()136 const CustomXP& xp = args.fXP.cast<CustomXP>(); in emitOutputsForBlendState()156 const CustomXP& xp = proc.cast<CustomXP>(); in emitBlendCodeForDstRead()173 void CustomXP::onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const { in onGetGLSLProcessorKey()177 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const { in createGLSLInstance()182 bool CustomXP::onIsEqual(const GrXferProcessor& other) const { in onIsEqual()183 const CustomXP& s = other.cast<CustomXP>(); in onIsEqual()[all …]