/third_party/flutter/skia/tests/ |
D | GrPorterDuffTest.cpp | 107 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend)); in XPInfo() 137 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 147 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 157 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 167 TEST_ASSERT(kIS2C_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 177 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 187 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 197 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 207 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 217 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() [all …]
|
/third_party/skia/tests/ |
D | GrPorterDuffTest.cpp | 107 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend)); in XPInfo() 139 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 150 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 161 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 172 TEST_ASSERT(kIS2C_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 183 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 194 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 205 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 216 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() 227 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage() [all …]
|
/third_party/skia/src/gpu/effects/ |
D | GrCoverageSetOpXP.cpp | 70 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo() 74 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo() 78 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo() 82 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo() 86 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo() 90 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()
|
D | GrPorterDuffXferProcessor.cpp | 395 blendInfo->fDstBlend = fBlendFormula.dstCoeff(); in onGetBlendInfo() 554 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrCoverageSetOpXP.cpp | 97 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo() 101 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo() 105 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo() 109 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo() 113 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo() 117 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()
|
D | GrPorterDuffXferProcessor.cpp | 419 blendInfo->fDstBlend = fBlendFormula.dstCoeff(); in onGetBlendInfo() 600 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
|
/third_party/flutter/skia/src/gpu/ |
D | GrXferProcessor.h | 130 GrBlendCoeff fDstBlend = kZero_GrBlendCoeff; member 140 blendInfo.fDstBlend = kIS2A_GrBlendCoeff; in getBlendInfo()
|
D | GrXferProcessor.cpp | 149 coeff_string(fDstBlend), fBlendConstant.toBytes_RGBA()); in dump()
|
D | GrPipeline.cpp | 112 key |= (blendInfo.fDstBlend << (kBlendWriteShift + kBlendCoeffShift)); in getBlendInfoKey()
|
/third_party/skia/src/gpu/ |
D | GrPipeline.cpp | 91 b->addBits(kBlendCoeffSize, blendInfo.fDstBlend, "dstBlend"); in genKey()
|
D | GrXferProcessor.h | 98 GrBlendCoeff fDstBlend = kZero_GrBlendCoeff; in GR_MAKE_BITFIELD_CLASS_OPS() member
|
D | GrXferProcessor.cpp | 147 coeff_string(fDstBlend), fBlendConstant.toBytes_RGBA()); in dump()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 161 key |= (blendInfo.fDstBlend << (kBlendWriteShift + kBlendCoeffShift)); in get_blend_info_key()
|
D | GrDawnProgramBuilder.cpp | 180 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in create_blend_state()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 394 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state() 658 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in SetDynamicBlendConstantState()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 436 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state() 631 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in SetDynamicBlendConstantState()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlPipelineState.mm | 180 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
|
D | GrMtlPipelineStateBuilder.mm | 284 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlPipelineState.mm | 169 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
|
D | GrMtlPipelineStateBuilder.mm | 355 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DOpsRenderPass.cpp | 98 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in set_blend_factor()
|
D | GrD3DPipelineStateBuilder.cpp | 359 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in fill_in_blend_state()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnProgramBuilder.cpp | 189 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in create_color_state()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 2721 preserveDstBlend.fDstBlend = kOne_GrBlendCoeff; in flushBlendAndColorWrite() 2728 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlendAndColorWrite()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 2542 preserveDstBlend.fDstBlend = kOne_GrBlendCoeff; in flushBlendAndColorWrite() 2549 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlendAndColorWrite()
|