Searched refs:CustomXP (Results 1 – 2 of 2) sorted by relevance
75 class CustomXP : public GrXferProcessor { class77 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() function in CustomXP82 CustomXP(bool hasMixedSamples, SkBlendMode mode, GrProcessorAnalysisCoverage coverage) in CustomXP() function in CustomXP124 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 …]
72 class CustomXP : public GrXferProcessor { class74 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() function in CustomXP79 CustomXP(SkBlendMode mode, GrProcessorAnalysisCoverage coverage) in CustomXP() function in CustomXP106 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 …]