Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/
H A DBlendFormula.cpp20 constexpr BlendFormula MakeCoeffFormula(skgpu::BlendCoeff srcCoeff, skgpu::BlendCoeff dstCoeff) { in MakeCoeffFormula()
34 constexpr BlendFormula MakeSAModulateFormula(skgpu::BlendCoeff srcCoeff, in MakeSAModulateFormula()
55 skgpu::BlendCoeff srcCoeff) { in MakeCoverageFormula()
91 constexpr BlendFormula MakeCoverageDstCoeffZeroFormula(skgpu::BlendCoeff srcCoeff) { in MakeCoverageDstCoeffZeroFormula()
H A DBlend.h118 static constexpr bool BlendCoeffsUseSrcColor(BlendCoeff srcCoeff, BlendCoeff dstCoeff) { in BlendCoeffsUseSrcColor()
122 static constexpr bool BlendCoeffsUseDstColor(BlendCoeff srcCoeff, in BlendCoeffsUseDstColor()
135 BlendCoeff srcCoeff, in BlendModifiesDst()
146 BlendCoeff srcCoeff, in BlendShouldDisable()
180 BlendCoeff srcCoeff, in BlendAllowsCoverageAsAlpha()
H A DBlendFormula.h45 skgpu::BlendCoeff srcCoeff, in BlendFormula()
91 skgpu::BlendCoeff srcCoeff() const { in srcCoeff() function
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkPipeline.cpp403 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state() local
667 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in SetDynamicBlendConstantState() local
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DOpsRenderPass.cpp100 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in set_blend_factor() local
H A DGrD3DPipelineStateBuilder.cpp326 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in fill_in_blend_state() local
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnGraphicsPipeline.cpp402 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in Make() local
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanGraphicsPipeline.cpp387 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DShaderInfo.cpp445 constexpr skgpu::BlendInfo make_simple_blendInfo(skgpu::BlendCoeff srcCoeff, in make_simple_blendInfo()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp2760 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlendAndColorWrite() local