Searched refs:fEquation (Results 1 – 9 of 9) sorted by relevance
128 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()139 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()150 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()161 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()172 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()183 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()194 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()205 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()216 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()227 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()[all …]
132 fEquation = kAdd_GrBlendEquation; in reset()141 GrBlendEquation fEquation;
148 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
549 GrBlendEquation fEquation; member557 fEquation = static_cast<GrBlendEquation>(-1); in invalidate()
2818 GrBlendEquation equation = blendInfo.fEquation; in flushBlend()2830 GrBlendEquationIsAdvanced(fHWBlendState.fEquation)) { in flushBlend()2835 fHWBlendState.fEquation = blend_equation; in flushBlend()2849 if (fHWBlendState.fEquation != equation) { in flushBlend()2851 fHWBlendState.fEquation = equation; in flushBlend()
198 blendInfo->fEquation = this->hwBlendEquation(); in onGetBlendInfo()
417 blendInfo->fEquation = fBlendFormula.equation(); in onGetBlendInfo()
562 key |= (blendInfo.fEquation << (kBlendWriteShift + 2 * kBlendCoeffShift)); in get_blend_info_key()
350 GrBlendEquation equation = blendInfo.fEquation; in setup_color_blend_state()