Searched refs:CustomXP (Results 1 – 1 of 1) sorted by relevance
73 class CustomXP : public GrXferProcessor { class75 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() function in CustomXP78 this->initClassID<CustomXP>(); in CustomXP()81 CustomXP(const DstTexture* dstTexture, bool hasMixedSamples, SkBlendMode mode) in CustomXP() function in CustomXP85 this->initClassID<CustomXP>(); in CustomXP()126 const CustomXP& xp = p.cast<CustomXP>(); in GenKey()141 const CustomXP& xp = args.fXP.cast<CustomXP>(); in emitOutputsForBlendState()161 const CustomXP& xp = proc.cast<CustomXP>(); in emitBlendCodeForDstRead()178 void CustomXP::onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const { in onGetGLSLProcessorKey()182 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const { in createGLSLInstance()[all …]