Home
last modified time | relevance | path

Searched refs:fDstBlend (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/tests/
DGrPorterDuffTest.cpp107 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/
DGrCoverageSetOpXP.cpp70 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()
DGrPorterDuffXferProcessor.cpp395 blendInfo->fDstBlend = fBlendFormula.dstCoeff(); in onGetBlendInfo()
554 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
/third_party/skia/src/gpu/
DGrPipeline.cpp91 b->addBits(kBlendCoeffSize, blendInfo.fDstBlend, "dstBlend"); in genKey()
DGrXferProcessor.h98 GrBlendCoeff fDstBlend = kZero_GrBlendCoeff; in GR_MAKE_BITFIELD_CLASS_OPS() member
DGrXferProcessor.cpp147 coeff_string(fDstBlend), fBlendConstant.toBytes_RGBA()); in dump()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp161 key |= (blendInfo.fDstBlend << (kBlendWriteShift + kBlendCoeffShift)); in get_blend_info_key()
DGrDawnProgramBuilder.cpp180 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in create_blend_state()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp394 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state()
658 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in SetDynamicBlendConstantState()
/third_party/skia/src/gpu/d3d/
DGrD3DOpsRenderPass.cpp98 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in set_blend_factor()
DGrD3DPipelineStateBuilder.cpp359 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in fill_in_blend_state()
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineState.mm169 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
DGrMtlPipelineStateBuilder.mm355 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp2542 preserveDstBlend.fDstBlend = kOne_GrBlendCoeff; in flushBlendAndColorWrite()
2549 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlendAndColorWrite()