Searched refs:fSrcBlend (Results 1 – 8 of 8) sorted by relevance
112 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 …]
115 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()
360 blendInfo->fSrcBlend = fBlendFormula.fSrcCoeff; in onGetBlendInfo()566 blendInfo->fSrcBlend = kConstC_GrBlendCoeff; in onGetBlendInfo()
145 fSrcBlend = kOne_GrBlendCoeff; in reset()154 GrBlendCoeff fSrcBlend; member
170 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
329 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in setup_color_blend_state()538 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in set_dynamic_blend_constant_state()
492 key |= (blendInfo.fSrcBlend << kBlendWriteShift); in get_blend_info_key()
2881 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlend()