Searched refs:CustomXP (Results 1 – 1 of 1) sorted by relevance
78 class CustomXP : public GrXferProcessor { class80 CustomXP(SkXfermode::Mode mode, GrBlendEquation hwBlendEquation) in CustomXP() function in CustomXP83 this->initClassID<CustomXP>(); in CustomXP()86 CustomXP(const DstTexture* dstTexture, bool hasMixedSamples, SkXfermode::Mode mode) in CustomXP() function in CustomXP90 this->initClassID<CustomXP>(); in CustomXP()133 const CustomXP& xp = p.cast<CustomXP>(); in GenKey()148 const CustomXP& xp = args.fXP.cast<CustomXP>(); in emitOutputsForBlendState()172 const CustomXP& xp = proc.cast<CustomXP>(); in emitBlendCodeForDstRead()189 void CustomXP::onGetGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const { in onGetGLSLProcessorKey()193 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const { in createGLSLInstance()[all …]