Home
last modified time | relevance | path

Searched refs:fSrcBlend (Results 1 – 8 of 8) sorted by relevance

/external/skia/tests/
DGrPorterDuffTest.cpp112 TEST_ASSERT(kDC_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage()
122 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage()
133 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage()
143 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage()
153 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage()
163 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage()
173 TEST_ASSERT(kDC_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage()
183 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage()
193 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage()
203 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_lcd_coverage()
[all …]
/external/skia/src/gpu/effects/
DGrCoverageSetOpXP.cpp115 blendInfo->fSrcBlend = kOne_GrBlendCoeff; in onGetBlendInfo()
119 blendInfo->fSrcBlend = kDC_GrBlendCoeff; in onGetBlendInfo()
123 blendInfo->fSrcBlend = kOne_GrBlendCoeff; in onGetBlendInfo()
127 blendInfo->fSrcBlend = kIDC_GrBlendCoeff; in onGetBlendInfo()
131 blendInfo->fSrcBlend = kZero_GrBlendCoeff; in onGetBlendInfo()
135 blendInfo->fSrcBlend = kIDC_GrBlendCoeff; in onGetBlendInfo()
DGrPorterDuffXferProcessor.cpp360 blendInfo->fSrcBlend = fBlendFormula.fSrcCoeff; in onGetBlendInfo()
566 blendInfo->fSrcBlend = kConstC_GrBlendCoeff; in onGetBlendInfo()
/external/skia/src/gpu/
DGrXferProcessor.h145 fSrcBlend = kOne_GrBlendCoeff; in reset()
154 GrBlendCoeff fSrcBlend; member
DGrXferProcessor.cpp170 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp329 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state()
538 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in set_dynamic_blend_constant_state()
DGrVkPipelineState.cpp492 key |= (blendInfo.fSrcBlend << kBlendWriteShift); in get_blend_info_key()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2881 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlend()