Home
last modified time | relevance | path

Searched refs:fEquation (Results 1 – 9 of 9) sorted by relevance

/external/skia/tests/
DGrPorterDuffTest.cpp128 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 …]
/external/skia/src/gpu/
DGrXferProcessor.h132 fEquation = kAdd_GrBlendEquation; in reset()
141 GrBlendEquation fEquation;
DGrXferProcessor.cpp148 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
/external/skia/src/gpu/gl/
DGrGLGpu.h549 GrBlendEquation fEquation; member
557 fEquation = static_cast<GrBlendEquation>(-1); in invalidate()
DGrGLGpu.cpp2818 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()
/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp198 blendInfo->fEquation = this->hwBlendEquation(); in onGetBlendInfo()
DGrPorterDuffXferProcessor.cpp417 blendInfo->fEquation = fBlendFormula.equation(); in onGetBlendInfo()
/external/skia/src/gpu/vk/
DGrVkPipelineState.cpp562 key |= (blendInfo.fEquation << (kBlendWriteShift + 2 * kBlendCoeffShift)); in get_blend_info_key()
DGrVkPipeline.cpp350 GrBlendEquation equation = blendInfo.fEquation; in setup_color_blend_state()