Home
last modified time | relevance | path

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

/external/skia/src/gpu/
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()
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()
DBlendFormula.h45 skgpu::BlendCoeff srcCoeff, in BlendFormula()
91 skgpu::BlendCoeff srcCoeff() const { in srcCoeff() function
/external/skia/src/gpu/ganesh/vk/
DGrVkPipeline.cpp387 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state() local
651 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in SetDynamicBlendConstantState() local
/external/skia/src/gpu/ganesh/d3d/
DGrD3DOpsRenderPass.cpp100 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in set_blend_factor() local
DGrD3DPipelineStateBuilder.cpp326 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in fill_in_blend_state() local
/external/skia/src/gpu/graphite/dawn/
DDawnGraphicsPipeline.cpp340 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in Make() local
/external/skia/src/gpu/graphite/vk/
DVulkanGraphicsPipeline.cpp383 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state() local
/external/skia/src/gpu/graphite/
DShaderCodeDictionary.cpp154 constexpr skgpu::BlendInfo make_simple_blendInfo(skgpu::BlendCoeff srcCoeff, in make_simple_blendInfo()
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp2735 skgpu::BlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlendAndColorWrite() local