Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp78 class CustomXP : public GrXferProcessor { class
80 CustomXP(SkXfermode::Mode mode, GrBlendEquation hwBlendEquation) in CustomXP() function in CustomXP
83 this->initClassID<CustomXP>(); in CustomXP()
86 CustomXP(const DstTexture* dstTexture, bool hasMixedSamples, SkXfermode::Mode mode) in CustomXP() function in CustomXP
90 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 …]