Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp27 class BlendFormula { class
44 BlendFormula() = default;
46 constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation, in BlendFormula() function in BlendFormula
55 BlendFormula& operator=(const BlendFormula& other) { in operator =()
61 bool operator==(const BlendFormula& other) const { in operator ==()
167 GR_STATIC_ASSERT(4 == sizeof(BlendFormula));
169 GR_MAKE_BITFIELD_OPS(BlendFormula::Properties);
171 constexpr BlendFormula::Properties BlendFormula::GetProperties(OutputType PrimaryOut, in GetProperties()
195 static constexpr BlendFormula MakeCoeffFormula(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in MakeCoeffFormula()
199 ? BlendFormula(BlendFormula::kNone_OutputType, BlendFormula::kNone_OutputType, in MakeCoeffFormula()
[all …]
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp27 class BlendFormula { class
44 BlendFormula() = default;
46 constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation, in BlendFormula() function in BlendFormula
55 BlendFormula& operator=(const BlendFormula& other) { in operator =()
61 bool operator==(const BlendFormula& other) const { in operator ==()
167 GR_STATIC_ASSERT(4 == sizeof(BlendFormula));
169 GR_MAKE_BITFIELD_OPS(BlendFormula::Properties);
171 constexpr BlendFormula::Properties BlendFormula::GetProperties(OutputType PrimaryOut, in GetProperties()
195 static constexpr BlendFormula MakeCoeffFormula(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in MakeCoeffFormula()
199 ? BlendFormula(BlendFormula::kNone_OutputType, BlendFormula::kNone_OutputType, in MakeCoeffFormula()
[all …]