Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrBlend.h21 kReverseSubtract_GrBlendEquation, //<! Cd*D - Cs*S enumerator
109 return (kAdd_GrBlendEquation != equation && kReverseSubtract_GrBlendEquation != equation) || in GrBlendModifiesDst()
155 ((kAdd_GrBlendEquation == equation || kReverseSubtract_GrBlendEquation == equation) && in GrBlendAllowsCoverageAsAlpha()
DGrXferProcessor.cpp63 case kReverseSubtract_GrBlendEquation: in equation_string()
/third_party/skia/tests/
DGrPorterDuffTest.cpp316 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_color_unknown_with_coverage()
382 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_color_unknown_with_coverage()
459 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_color_unknown_with_coverage()
677 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_color_opaque_with_coverage()
765 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_color_opaque_with_coverage()
818 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_color_opaque_with_coverage()
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm329 MTLBlendOperationReverseSubtract, // kReverseSubtract_GrBlendEquation
334 static_assert(2 == kReverseSubtract_GrBlendEquation);
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp367 static_assert(2 == kReverseSubtract_GrBlendEquation); in blend_equation_to_vk_blend_op()
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp344 case kReverseSubtract_GrBlendEquation: in blend_equation_to_d3d_op()
/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp76 case kReverseSubtract_GrBlendEquation: in to_dawn_blend_operation()
/third_party/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp240 kReverseSubtract_GrBlendEquation, kDC_GrBlendCoeff, kOne_GrBlendCoeff); in MakeCoverageSrcCoeffZeroFormula()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp93 static_assert(2 == kReverseSubtract_GrBlendEquation);