Home
last modified time | relevance | path

Searched refs:kReverseSubtract_GrBlendEquation (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/gpu/
DGrBlend.h22 kReverseSubtract_GrBlendEquation, //<! Cd*D - Cs*S enumerator
184 (kAdd_GrBlendEquation != BlendEquation && kReverseSubtract_GrBlendEquation != BlendEquation) ||
219 ((kAdd_GrBlendEquation == Equation || kReverseSubtract_GrBlendEquation == Equation) &&
/external/skia/tests/
DGrPorterDuffTest.cpp119 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
188 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
265 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
312 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_color_unknown_with_coverage()
381 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_color_unknown_with_coverage()
458 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_color_unknown_with_coverage()
709 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_color_opaque_with_coverage()
806 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_color_opaque_with_coverage()
861 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_color_opaque_with_coverage()
/external/skia/src/gpu/
DGrXferProcessor.cpp106 case kReverseSubtract_GrBlendEquation: in equation_string()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp312 GR_STATIC_ASSERT(2 == kReverseSubtract_GrBlendEquation); in blend_equation_to_vk_blend_op()
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp208 kReverseSubtract_GrBlendEquation, kDC_GrBlendCoeff, kOne_GrBlendCoeff)
/external/skia/src/gpu/gl/
DGrGLGpu.cpp70 GR_STATIC_ASSERT(2 == kReverseSubtract_GrBlendEquation);