Searched defs:srcCoeff (Results 1 – 9 of 9) sorted by relevance
| /external/skia/src/gpu/ |
| D | Blend.h | 115 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/ |
| D | GrPorterDuffXferProcessor.cpp | 48 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/ |
| D | GrVkPipeline.cpp | 385 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/ |
| D | DawnGraphicsPipeline.cpp | 296 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in Make() local
|
| /external/skia/src/gpu/ganesh/d3d/ |
| D | GrD3DOpsRenderPass.cpp | 98 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in set_blend_factor() local
|
| D | GrD3DPipelineStateBuilder.cpp | 352 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in fill_in_blend_state() local
|
| /external/skia/src/gpu/ganesh/dawn/ |
| D | GrDawnProgramBuilder.cpp | 178 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in create_blend_state() local
|
| /external/skia/src/gpu/graphite/ |
| D | KeyHelpers.cpp | 603 constexpr skgpu::BlendInfo make_simple_blendInfo(skgpu::BlendCoeff srcCoeff, in make_simple_blendInfo()
|
| /external/skia/src/gpu/ganesh/gl/ |
| D | GrGLGpu.cpp | 2673 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlendAndColorWrite() local
|