Home
last modified time | relevance | path

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

/external/skqp/tests/
DGrPorterDuffTest.cpp101 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend)); in XPInfo()
131 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
141 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
151 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
161 TEST_ASSERT(kIS2C_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
171 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
181 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
191 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
201 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
211 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
[all …]
/external/skia/tests/
DGrPorterDuffTest.cpp103 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend)); in XPInfo()
133 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
143 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
153 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
163 TEST_ASSERT(kIS2C_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
173 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
183 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
193 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
203 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
213 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
[all …]
/external/skia/src/gpu/effects/
DGrCoverageSetOpXP.cpp97 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()
DGrPorterDuffXferProcessor.cpp419 blendInfo->fDstBlend = fBlendFormula.dstCoeff(); in onGetBlendInfo()
600 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
/external/skqp/src/gpu/effects/
DGrCoverageSetOpXP.cpp97 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()
DGrPorterDuffXferProcessor.cpp419 blendInfo->fDstBlend = fBlendFormula.dstCoeff(); in onGetBlendInfo()
600 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
/external/skqp/src/gpu/
DGrXferProcessor.cpp38 blendInfo->fDstBlend = kIS2A_GrBlendCoeff; in getBlendInfo()
158 coeff_string(fDstBlend), fBlendConstant.toBytes_RGBA()); in dump()
DGrXferProcessor.h133 fDstBlend = kZero_GrBlendCoeff; in reset()
142 GrBlendCoeff fDstBlend; member
/external/skia/src/gpu/
DGrXferProcessor.cpp38 blendInfo->fDstBlend = kIS2A_GrBlendCoeff; in getBlendInfo()
158 coeff_string(fDstBlend), fBlendConstant.toBytes_RGBA()); in dump()
DGrXferProcessor.h133 fDstBlend = kZero_GrBlendCoeff; in reset()
142 GrBlendCoeff fDstBlend; member
DGrPipeline.cpp125 key |= (blendInfo.fDstBlend << (kBlendWriteShift + kBlendCoeffShift)); in getBlendInfoKey()
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp434 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state()
623 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in SetDynamicBlendConstantState()
DGrVkPipelineStateBuilder.cpp387 key |= (blendInfo.fDstBlend << (kBlendWriteShift + kBlendCoeffShift)); in get_blend_info_key()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp438 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in setup_color_blend_state()
634 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in SetDynamicBlendConstantState()
/external/skia/src/gpu/mtl/
DGrMtlPipelineState.mm185 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
DGrMtlPipelineStateBuilder.mm288 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
/external/skqp/src/gpu/mtl/
DGrMtlPipelineState.mm185 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
DGrMtlPipelineStateBuilder.mm285 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2877 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2865 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()