Home
last modified time | relevance | path

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

/external/skqp/include/gpu/
DGrBlend.h51 enum GrBlendCoeff { enum
76 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc()
81 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) { in GrBlendCoeffRefsDst()
86 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2()
91 static constexpr bool GrBlendCoeffsUseSrcColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseSrcColor()
95 static constexpr bool GrBlendCoeffsUseDstColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseDstColor()
103 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendModifiesDst()
104 GrBlendCoeff dstCoeff) { in GrBlendModifiesDst()
137 GrBlendCoeff srcCoeff, in GrBlendAllowsCoverageAsAlpha()
138 GrBlendCoeff dstCoeff) { in GrBlendAllowsCoverageAsAlpha()
/external/skia/include/gpu/
DGrBlend.h51 enum GrBlendCoeff { enum
76 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc()
81 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) { in GrBlendCoeffRefsDst()
86 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2()
91 static constexpr bool GrBlendCoeffsUseSrcColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseSrcColor()
95 static constexpr bool GrBlendCoeffsUseDstColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseDstColor()
103 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendModifiesDst()
104 GrBlendCoeff dstCoeff) { in GrBlendModifiesDst()
137 GrBlendCoeff srcCoeff, in GrBlendAllowsCoverageAsAlpha()
138 GrBlendCoeff dstCoeff) { in GrBlendAllowsCoverageAsAlpha()
/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp46 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) in BlendFormula()
92 GrBlendCoeff srcCoeff() const { in srcCoeff()
97 GrBlendCoeff dstCoeff() const { in dstCoeff()
143 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
144 GrBlendCoeff DstCoeff);
153 GrBlendCoeff fSrcCoeff : 6;
154 GrBlendCoeff fDstCoeff : 6;
173 GrBlendCoeff SrcCoeff, in GetProperties()
174 GrBlendCoeff DstCoeff) { in GetProperties()
194 static constexpr BlendFormula MakeCoeffFormula(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in MakeCoeffFormula()
[all …]
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp46 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) in BlendFormula()
92 GrBlendCoeff srcCoeff() const { in srcCoeff()
97 GrBlendCoeff dstCoeff() const { in dstCoeff()
143 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
144 GrBlendCoeff DstCoeff);
153 GrBlendCoeff fSrcCoeff : 6;
154 GrBlendCoeff fDstCoeff : 6;
173 GrBlendCoeff SrcCoeff, in GetProperties()
174 GrBlendCoeff DstCoeff) { in GetProperties()
194 static constexpr BlendFormula MakeCoeffFormula(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in MakeCoeffFormula()
[all …]
/external/skia/src/gpu/
DGrBlend.cpp82 static MaskedColor get_term(GrBlendCoeff coeff, const MaskedColor& src, const MaskedColor& dst, in get_term()
111 void GrGetCoeffBlendKnownComponents(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff, in GrGetCoeffBlendKnownComponents()
DGrXferProcessor.h142 GrBlendCoeff fSrcBlend;
143 GrBlendCoeff fDstBlend;
DGrXferProcessor.cpp105 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
DSkGr.h187 #define SkXfermodeCoeffToGrBlendCoeff(X) ((GrBlendCoeff)(X))
/external/skqp/src/gpu/
DGrBlend.cpp81 static MaskedColor get_term(GrBlendCoeff coeff, const MaskedColor& src, const MaskedColor& dst, in get_term()
110 void GrGetCoeffBlendKnownComponents(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff, in GrGetCoeffBlendKnownComponents()
DGrXferProcessor.h142 GrBlendCoeff fSrcBlend;
143 GrBlendCoeff fDstBlend;
DGrXferProcessor.cpp105 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
DSkGr.h186 #define SkXfermodeCoeffToGrBlendCoeff(X) ((GrBlendCoeff)(X))
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp262 static VkBlendFactor blend_coeff_to_vk_blend(GrBlendCoeff coeff) { in blend_coeff_to_vk_blend()
324 static bool blend_coeff_refs_constant(GrBlendCoeff coeff) { in blend_coeff_refs_constant()
359 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state()
360 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state()
549 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in SetDynamicBlendConstantState()
550 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in SetDynamicBlendConstantState()
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp262 static VkBlendFactor blend_coeff_to_vk_blend(GrBlendCoeff coeff) { in blend_coeff_to_vk_blend()
324 static bool blend_coeff_refs_constant(GrBlendCoeff coeff) { in blend_coeff_refs_constant()
359 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state()
360 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state()
549 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in SetDynamicBlendConstantState()
550 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in SetDynamicBlendConstantState()
/external/skia/src/gpu/gl/
DGrGLGpu.h294 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff);
551 GrBlendCoeff fSrcCoeff;
552 GrBlendCoeff fDstCoeff;
559 fSrcCoeff = static_cast<GrBlendCoeff>(-1); in invalidate()
560 fDstCoeff = static_cast<GrBlendCoeff>(-1); in invalidate()
DGrGLGpu.cpp126 bool GrGLGpu::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { in BlendCoeffReferencesConstant()
2879 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlend()
2880 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()
/external/skqp/src/gpu/gl/
DGrGLGpu.h312 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff);
564 GrBlendCoeff fSrcCoeff;
565 GrBlendCoeff fDstCoeff;
572 fSrcCoeff = static_cast<GrBlendCoeff>(-1); in invalidate()
573 fDstCoeff = static_cast<GrBlendCoeff>(-1); in invalidate()
DGrGLGpu.cpp126 bool GrGLGpu::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { in BlendCoeffReferencesConstant()
2899 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlend()
2900 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()