Home
last modified time | relevance | path

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

/external/skqp/include/gpu/
DGrBlend.h52 enum GrBlendCoeff { enum
79 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc()
84 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) { in GrBlendCoeffRefsDst()
89 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2()
94 static constexpr bool GrBlendCoeffsUseSrcColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseSrcColor()
98 static constexpr bool GrBlendCoeffsUseDstColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseDstColor()
107 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendModifiesDst()
108 GrBlendCoeff dstCoeff) { in GrBlendModifiesDst()
141 GrBlendCoeff srcCoeff, in GrBlendAllowsCoverageAsAlpha()
142 GrBlendCoeff dstCoeff) { in GrBlendAllowsCoverageAsAlpha()
/external/skia/include/gpu/
DGrBlend.h52 enum GrBlendCoeff { enum
79 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc()
84 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) { in GrBlendCoeffRefsDst()
89 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2()
94 static constexpr bool GrBlendCoeffsUseSrcColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseSrcColor()
98 static constexpr bool GrBlendCoeffsUseDstColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseDstColor()
107 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendModifiesDst()
108 GrBlendCoeff dstCoeff) { in GrBlendModifiesDst()
141 GrBlendCoeff srcCoeff, in GrBlendAllowsCoverageAsAlpha()
142 GrBlendCoeff dstCoeff) { in GrBlendAllowsCoverageAsAlpha()
/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp47 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) in BlendFormula()
93 GrBlendCoeff srcCoeff() const { in srcCoeff()
98 GrBlendCoeff dstCoeff() const { in dstCoeff()
144 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
145 GrBlendCoeff DstCoeff);
154 GrBlendCoeff fSrcCoeff : 6;
155 GrBlendCoeff fDstCoeff : 6;
174 GrBlendCoeff SrcCoeff, in GetProperties()
175 GrBlendCoeff DstCoeff) { in GetProperties()
195 static constexpr BlendFormula MakeCoeffFormula(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in MakeCoeffFormula()
[all …]
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp47 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) in BlendFormula()
93 GrBlendCoeff srcCoeff() const { in srcCoeff()
98 GrBlendCoeff dstCoeff() const { in dstCoeff()
144 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
145 GrBlendCoeff DstCoeff);
154 GrBlendCoeff fSrcCoeff : 6;
155 GrBlendCoeff fDstCoeff : 6;
174 GrBlendCoeff SrcCoeff, in GetProperties()
175 GrBlendCoeff DstCoeff) { in GetProperties()
195 static constexpr BlendFormula MakeCoeffFormula(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in MakeCoeffFormula()
[all …]
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp297 static VkBlendFactor blend_coeff_to_vk_blend(GrBlendCoeff coeff) { in blend_coeff_to_vk_blend()
395 static bool blend_coeff_refs_constant(GrBlendCoeff coeff) { in blend_coeff_refs_constant()
433 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state()
434 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state()
622 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in SetDynamicBlendConstantState()
623 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in SetDynamicBlendConstantState()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp301 static VkBlendFactor blend_coeff_to_vk_blend(GrBlendCoeff coeff) { in blend_coeff_to_vk_blend()
399 static bool blend_coeff_refs_constant(GrBlendCoeff coeff) { in blend_coeff_refs_constant()
437 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state()
438 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state()
633 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in SetDynamicBlendConstantState()
634 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in SetDynamicBlendConstantState()
/external/skia/src/gpu/
DGrXferProcessor.h141 GrBlendCoeff fSrcBlend;
142 GrBlendCoeff fDstBlend;
DGrXferProcessor.cpp109 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
/external/skqp/src/gpu/
DGrXferProcessor.h141 GrBlendCoeff fSrcBlend;
142 GrBlendCoeff fDstBlend;
DGrXferProcessor.cpp109 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
/external/skia/src/gpu/mtl/
DGrMtlPipelineState.mm163 static bool blend_coeff_refs_constant(GrBlendCoeff coeff) {
184 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend;
185 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
DGrMtlPipelineStateBuilder.mm212 static MTLBlendFactor blend_coeff_to_mtl_blend(GrBlendCoeff coeff) {
287 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend;
288 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
/external/skqp/src/gpu/mtl/
DGrMtlPipelineState.mm163 static bool blend_coeff_refs_constant(GrBlendCoeff coeff) {
184 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend;
185 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
DGrMtlPipelineStateBuilder.mm209 static MTLBlendFactor blend_coeff_to_mtl_blend(GrBlendCoeff coeff) {
284 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend;
285 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
/external/skqp/src/gpu/gl/
DGrGLGpu.h299 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff);
564 GrBlendCoeff fSrcCoeff;
565 GrBlendCoeff fDstCoeff;
DGrGLGpu.cpp132 bool GrGLGpu::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { in BlendCoeffReferencesConstant()
2864 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlend()
2865 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()
/external/skia/src/gpu/gl/
DGrGLGpu.h307 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff);
582 GrBlendCoeff fSrcCoeff;
583 GrBlendCoeff fDstCoeff;
DGrGLGpu.cpp133 bool GrGLGpu::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { in BlendCoeffReferencesConstant()
2876 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlend()
2877 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()