Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp73 class CustomXP : public GrXferProcessor { class
75 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() function in CustomXP
78 this->initClassID<CustomXP>(); in CustomXP()
81 CustomXP(const DstTexture* dstTexture, bool hasMixedSamples, SkBlendMode mode) in CustomXP() function in CustomXP
85 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 …]