Home
last modified time | relevance | path

Searched defs:srcCoeff (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/
DBlend.h115 static constexpr bool BlendCoeffsUseSrcColor(BlendCoeff srcCoeff, BlendCoeff dstCoeff) { in BlendCoeffsUseSrcColor()
119 static constexpr bool BlendCoeffsUseDstColor(BlendCoeff srcCoeff, in BlendCoeffsUseDstColor()
132 BlendCoeff srcCoeff, in BlendModifiesDst()
143 BlendCoeff srcCoeff, in BlendShouldDisable()
177 BlendCoeff srcCoeff, in BlendAllowsCoverageAsAlpha()
/external/skia/src/gpu/ganesh/effects/
DGrPorterDuffXferProcessor.cpp48 skgpu::BlendCoeff srcCoeff, in BlendFormula()
94 skgpu::BlendCoeff srcCoeff() const { in srcCoeff() function in BlendFormula
192 static constexpr BlendFormula MakeCoeffFormula(skgpu::BlendCoeff srcCoeff, in MakeCoeffFormula()
207 static constexpr BlendFormula MakeSAModulateFormula(skgpu::BlendCoeff srcCoeff, in MakeSAModulateFormula()
228 BlendFormula::OutputType oneMinusDstCoeffModulateOutput, skgpu::BlendCoeff srcCoeff) { in MakeCoverageFormula()
264 static constexpr BlendFormula MakeCoverageDstCoeffZeroFormula(skgpu::BlendCoeff srcCoeff) { in MakeCoverageDstCoeffZeroFormula()
/external/skia/src/gpu/ganesh/vk/
DGrVkPipeline.cpp385 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state() local
649 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in SetDynamicBlendConstantState() local
/external/skia/src/gpu/graphite/dawn/
DDawnGraphicsPipeline.cpp296 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in Make() local
/external/skia/src/gpu/ganesh/d3d/
DGrD3DOpsRenderPass.cpp98 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in set_blend_factor() local
DGrD3DPipelineStateBuilder.cpp352 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in fill_in_blend_state() local
/external/skia/src/gpu/ganesh/dawn/
DGrDawnProgramBuilder.cpp178 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in create_blend_state() local
/external/skia/src/gpu/graphite/
DKeyHelpers.cpp603 constexpr skgpu::BlendInfo make_simple_blendInfo(skgpu::BlendCoeff srcCoeff, in make_simple_blendInfo()
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp2673 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlendAndColorWrite() local