/third_party/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 187 (kZero_GrBlendCoeff == dstCoeff || kOne_GrBlendCoeff == dstCoeff)) in MakeCoeffFormula() 240 kReverseSubtract_GrBlendEquation, kDC_GrBlendCoeff, kOne_GrBlendCoeff); in MakeCoverageSrcCoeffZeroFormula() 267 /* src */ MakeCoeffFormula(kOne_GrBlendCoeff, kZero_GrBlendCoeff), 268 /* dst */ MakeCoeffFormula(kZero_GrBlendCoeff, kOne_GrBlendCoeff), 269 /* src-over */ MakeCoeffFormula(kOne_GrBlendCoeff, kISA_GrBlendCoeff), 270 /* dst-over */ MakeCoeffFormula(kIDA_GrBlendCoeff, kOne_GrBlendCoeff), 278 /* plus */ MakeCoeffFormula(kOne_GrBlendCoeff, kOne_GrBlendCoeff), 280 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 285 /* src */ MakeCoverageDstCoeffZeroFormula(kOne_GrBlendCoeff), 286 /* dst */ MakeCoeffFormula(kZero_GrBlendCoeff, kOne_GrBlendCoeff), [all …]
|
D | GrCoverageSetOpXP.cpp | 69 blendInfo->fSrcBlend = kOne_GrBlendCoeff; in onGetBlendInfo() 77 blendInfo->fSrcBlend = kOne_GrBlendCoeff; in onGetBlendInfo()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 198 (kZero_GrBlendCoeff == dstCoeff || kOne_GrBlendCoeff == dstCoeff)) in MakeCoeffFormula() 251 kReverseSubtract_GrBlendEquation, kDC_GrBlendCoeff, kOne_GrBlendCoeff); in MakeCoverageSrcCoeffZeroFormula() 287 /* src */ MakeCoeffFormula(kOne_GrBlendCoeff, kZero_GrBlendCoeff), 288 /* dst */ MakeCoeffFormula(kZero_GrBlendCoeff, kOne_GrBlendCoeff), 289 /* src-over */ MakeCoeffFormula(kOne_GrBlendCoeff, kISA_GrBlendCoeff), 290 /* dst-over */ MakeCoeffFormula(kIDA_GrBlendCoeff, kOne_GrBlendCoeff), 298 /* plus */ MakeCoeffFormula(kOne_GrBlendCoeff, kOne_GrBlendCoeff), 300 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 305 /* src */ MakeCoverageDstCoeffZeroFormula(kOne_GrBlendCoeff), 306 /* dst */ MakeCoeffFormula(kZero_GrBlendCoeff, kOne_GrBlendCoeff), [all …]
|
D | GrCoverageSetOpXP.cpp | 96 blendInfo->fSrcBlend = kOne_GrBlendCoeff; in onGetBlendInfo() 104 blendInfo->fSrcBlend = kOne_GrBlendCoeff; in onGetBlendInfo()
|
/third_party/flutter/skia/tests/ |
D | GrPorterDuffTest.cpp | 136 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 146 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 156 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 166 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 176 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 186 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 196 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 206 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 216 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 226 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() [all …]
|
/third_party/skia/tests/ |
D | GrPorterDuffTest.cpp | 138 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 149 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 160 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 171 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 182 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 193 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 204 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 215 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 226 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() 237 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage() [all …]
|
/third_party/skia/src/gpu/ |
D | GrBlend.h | 54 kOne_GrBlendCoeff, //<! 1 enumerator 110 kZero_GrBlendCoeff != srcCoeff || kOne_GrBlendCoeff != dstCoeff; in GrBlendModifiesDst() 120 kOne_GrBlendCoeff == srcCoeff && kZero_GrBlendCoeff == dstCoeff; in GrBlendShouldDisable() 157 (kOne_GrBlendCoeff == dstCoeff || kISC_GrBlendCoeff == dstCoeff || in GrBlendAllowsCoverageAsAlpha()
|
D | SkGr.h | 128 static_assert((int)kOne_GrBlendCoeff == (int)SkBlendModeCoeff::kOne);
|
D | GrXferProcessor.h | 97 GrBlendCoeff fSrcBlend = kOne_GrBlendCoeff; in GR_MAKE_BITFIELD_CLASS_OPS()
|
D | GrXferProcessor.cpp | 106 case kOne_GrBlendCoeff: in coeff_string()
|
/third_party/flutter/skia/src/gpu/ |
D | GrBlend.h | 54 kOne_GrBlendCoeff, //<! 1 enumerator 110 kZero_GrBlendCoeff != srcCoeff || kOne_GrBlendCoeff != dstCoeff; in GrBlendModifiesDst() 147 (kOne_GrBlendCoeff == dstCoeff || kISC_GrBlendCoeff == dstCoeff || in GrBlendAllowsCoverageAsAlpha()
|
D | GrXferProcessor.cpp | 104 case kOne_GrBlendCoeff: in coeff_string()
|
D | SkGr.h | 167 GR_STATIC_ASSERT((int)kOne_GrBlendCoeff == (int)SkBlendModeCoeff::kOne);
|
D | GrXferProcessor.h | 129 GrBlendCoeff fSrcBlend = kOne_GrBlendCoeff;
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 212 MTLBlendFactorOne, // kOne_GrBlendCoeff 233 GR_STATIC_ASSERT(1 == kOne_GrBlendCoeff); 286 kOne_GrBlendCoeff == srcCoeff && kZero_GrBlendCoeff == dstCoeff;
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 324 GR_STATIC_ASSERT(1 == kOne_GrBlendCoeff); in blend_coeff_to_vk_blend() 438 kOne_GrBlendCoeff == srcCoeff && kZero_GrBlendCoeff == dstCoeff; in setup_color_blend_state()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DPipelineStateBuilder.cpp | 280 case kOne_GrBlendCoeff: in blend_coeff_to_d3d_blend()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnProgramBuilder.cpp | 42 case kOne_GrBlendCoeff: in to_dawn_blend_factor()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 302 case kOne_GrBlendCoeff: in blend_coeff_to_vk_blend()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnProgramBuilder.cpp | 22 case kOne_GrBlendCoeff: in to_dawn_blend_factor()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 272 case kOne_GrBlendCoeff:
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 163 GR_STATIC_ASSERT(1 == kOne_GrBlendCoeff); in BlendCoeffReferencesConstant() 2721 preserveDstBlend.fDstBlend = kOne_GrBlendCoeff; in flushBlendAndColorWrite() 2734 kOne_GrBlendCoeff == srcCoeff && kZero_GrBlendCoeff == dstCoeff) || in flushBlendAndColorWrite()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 2542 preserveDstBlend.fDstBlend = kOne_GrBlendCoeff; in flushBlendAndColorWrite() 2582 fHWBlendState.fSrcCoeff = kOne_GrBlendCoeff; in flushBlendAndColorWrite()
|