Searched defs:srcCoeff (Results 1 – 7 of 7) sorted by relevance
| /external/skia/src/gpu/ |
| D | GrBlend.h | 92 static constexpr bool GrBlendCoeffsUseSrcColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in GrBlendCoeffsUseSrcColor() 96 static constexpr bool GrBlendCoeffsUseDstColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff, in GrBlendCoeffsUseDstColor() 107 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendModifiesDst() 117 static constexpr bool GrBlendShouldDisable(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendShouldDisable() 151 GrBlendCoeff srcCoeff, in GrBlendAllowsCoverageAsAlpha()
|
| /external/skia/src/gpu/effects/ |
| D | GrPorterDuffXferProcessor.cpp | 46 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) in BlendFormula() 91 GrBlendCoeff srcCoeff() const { in srcCoeff() function in BlendFormula 185 static constexpr BlendFormula MakeCoeffFormula(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in MakeCoeffFormula() 199 static constexpr BlendFormula MakeSAModulateFormula(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in MakeSAModulateFormula() 219 BlendFormula::OutputType oneMinusDstCoeffModulateOutput, GrBlendCoeff srcCoeff) { in MakeCoverageFormula() 254 static constexpr BlendFormula MakeCoverageDstCoeffZeroFormula(GrBlendCoeff srcCoeff) { in MakeCoverageDstCoeffZeroFormula()
|
| /external/skia/src/gpu/vk/ |
| D | GrVkPipeline.cpp | 387 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state() local 651 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in SetDynamicBlendConstantState() local
|
| /external/skia/src/gpu/d3d/ |
| D | GrD3DOpsRenderPass.cpp | 97 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in set_blend_factor() local
|
| D | GrD3DPipelineStateBuilder.cpp | 352 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in fill_in_blend_state() local
|
| /external/skia/src/gpu/dawn/ |
| D | GrDawnProgramBuilder.cpp | 179 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in create_blend_state() local
|
| /external/skia/src/gpu/gl/ |
| D | GrGLGpu.cpp | 2560 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlendAndColorWrite() local
|