/external/skqp/include/gpu/ |
D | GrBlend.h | 52 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/ |
D | GrBlend.h | 52 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/ |
D | GrPorterDuffXferProcessor.cpp | 47 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/ |
D | GrPorterDuffXferProcessor.cpp | 47 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/ |
D | GrVkPipeline.cpp | 297 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/ |
D | GrVkPipeline.cpp | 301 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/ |
D | GrXferProcessor.h | 141 GrBlendCoeff fSrcBlend; 142 GrBlendCoeff fDstBlend;
|
D | GrXferProcessor.cpp | 109 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
|
/external/skqp/src/gpu/ |
D | GrXferProcessor.h | 141 GrBlendCoeff fSrcBlend; 142 GrBlendCoeff fDstBlend;
|
D | GrXferProcessor.cpp | 109 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlPipelineState.mm | 163 static bool blend_coeff_refs_constant(GrBlendCoeff coeff) { 184 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; 185 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
|
D | GrMtlPipelineStateBuilder.mm | 212 static MTLBlendFactor blend_coeff_to_mtl_blend(GrBlendCoeff coeff) { 287 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; 288 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlPipelineState.mm | 163 static bool blend_coeff_refs_constant(GrBlendCoeff coeff) { 184 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; 185 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
|
D | GrMtlPipelineStateBuilder.mm | 209 static MTLBlendFactor blend_coeff_to_mtl_blend(GrBlendCoeff coeff) { 284 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; 285 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.h | 299 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff); 564 GrBlendCoeff fSrcCoeff; 565 GrBlendCoeff fDstCoeff;
|
D | GrGLGpu.cpp | 132 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/ |
D | GrGLGpu.h | 307 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff); 582 GrBlendCoeff fSrcCoeff; 583 GrBlendCoeff fDstCoeff;
|
D | GrGLGpu.cpp | 133 bool GrGLGpu::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { in BlendCoeffReferencesConstant() 2876 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlend() 2877 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()
|