Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/effects/
DGrCustomXfermode.cpp75 class CustomXP : public GrXferProcessor { class
77 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() function in CustomXP
82 CustomXP(bool hasMixedSamples, SkBlendMode mode, GrProcessorAnalysisCoverage coverage) in CustomXP() function in CustomXP
124 const CustomXP& xp = p.cast<CustomXP>(); in GenKey()
139 const CustomXP& xp = args.fXP.cast<CustomXP>(); in emitOutputsForBlendState()
159 const CustomXP& xp = proc.cast<CustomXP>(); in emitBlendCodeForDstRead()
176 void CustomXP::onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const { in onGetGLSLProcessorKey()
180 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const { in createGLSLInstance()
185 bool CustomXP::onIsEqual(const GrXferProcessor& other) const { in onIsEqual()
186 const CustomXP& s = other.cast<CustomXP>(); in onIsEqual()
[all …]
/third_party/skia/src/gpu/effects/
DGrCustomXfermode.cpp72 class CustomXP : public GrXferProcessor { class
74 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() function in CustomXP
79 CustomXP(SkBlendMode mode, GrProcessorAnalysisCoverage coverage) in CustomXP() function in CustomXP
106 void CustomXP::onAddToKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const { in onAddToKey()
118 std::unique_ptr<GrXferProcessor::ProgramImpl> CustomXP::makeProgramImpl() const { in makeProgramImpl()
124 const CustomXP& xp = args.fXP.cast<CustomXP>(); in makeProgramImpl()
146 const CustomXP& xp = proc.cast<CustomXP>(); in makeProgramImpl()
164 bool CustomXP::onIsEqual(const GrXferProcessor& other) const { in onIsEqual()
165 const CustomXP& s = other.cast<CustomXP>(); in onIsEqual()
169 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType()
[all …]