Searched refs:fEquation (Results 1 – 8 of 8) sorted by relevance
119 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()130 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()144 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()155 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()166 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()177 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()188 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()199 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()210 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()221 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()[all …]
158 fEquation = kAdd_GrBlendEquation; in reset()167 GrBlendEquation fEquation;
187 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
539 GrBlendEquation fEquation; member547 fEquation = static_cast<GrBlendEquation>(-1); in invalidate()
2884 GrBlendEquation equation = blendInfo.fEquation; in flushBlend()2896 GrBlendEquationIsAdvanced(fHWBlendState.fEquation)) { in flushBlend()2901 fHWBlendState.fEquation = blend_equation; in flushBlend()2914 if (fHWBlendState.fEquation != equation) { in flushBlend()2916 fHWBlendState.fEquation = equation; in flushBlend()
322 blendInfo->fEquation = this->hwBlendEquation(); in onGetBlendInfo()
367 blendInfo->fEquation = fBlendFormula.fBlendEquation; in onGetBlendInfo()
353 GrBlendEquation equation = blendInfo.fEquation; in setup_color_blend_state()