Home
last modified time | relevance | path

Searched refs:kDA_GrBlendCoeff (Results 1 – 16 of 16) sorted by relevance

/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp291 /* src-in */ MakeCoeffFormula(kDA_GrBlendCoeff, kZero_GrBlendCoeff),
295 /* src-atop */ MakeCoeffFormula(kDA_GrBlendCoeff, kISA_GrBlendCoeff),
309 /* src-in */ MakeCoverageDstCoeffZeroFormula(kDA_GrBlendCoeff),
313 /* src-atop */ MakeCoeffFormula(kDA_GrBlendCoeff, kISA_GrBlendCoeff),
327 /* src-in */ MakeCoeffFormula(kDA_GrBlendCoeff, kZero_GrBlendCoeff),
331 /* src-atop */ MakeCoeffFormula(kDA_GrBlendCoeff, kZero_GrBlendCoeff),
345 /* src-in */ MakeCoeffFormula(kDA_GrBlendCoeff, kISA_GrBlendCoeff),
349 /* src-atop */ MakeCoeffFormula(kDA_GrBlendCoeff, kISA_GrBlendCoeff),
367 /* src-in */ MakeCoverageFormula(BlendFormula::kCoverage_OutputType, kDA_GrBlendCoeff),
371 /* src-atop */ MakeCoverageFormula(BlendFormula::kSAModulate_OutputType, kDA_GrBlendCoeff),
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp291 /* src-in */ MakeCoeffFormula(kDA_GrBlendCoeff, kZero_GrBlendCoeff),
295 /* src-atop */ MakeCoeffFormula(kDA_GrBlendCoeff, kISA_GrBlendCoeff),
309 /* src-in */ MakeCoverageDstCoeffZeroFormula(kDA_GrBlendCoeff),
313 /* src-atop */ MakeCoeffFormula(kDA_GrBlendCoeff, kISA_GrBlendCoeff),
327 /* src-in */ MakeCoeffFormula(kDA_GrBlendCoeff, kZero_GrBlendCoeff),
331 /* src-atop */ MakeCoeffFormula(kDA_GrBlendCoeff, kZero_GrBlendCoeff),
345 /* src-in */ MakeCoeffFormula(kDA_GrBlendCoeff, kISA_GrBlendCoeff),
349 /* src-atop */ MakeCoeffFormula(kDA_GrBlendCoeff, kISA_GrBlendCoeff),
367 /* src-in */ MakeCoverageFormula(BlendFormula::kCoverage_OutputType, kDA_GrBlendCoeff),
371 /* src-atop */ MakeCoverageFormula(BlendFormula::kSAModulate_OutputType, kDA_GrBlendCoeff),
/external/skqp/include/gpu/
DGrBlend.h61 kDA_GrBlendCoeff, //<! dst alpha enumerator
85 return kDC_GrBlendCoeff == coeff || kIDC_GrBlendCoeff == coeff || kDA_GrBlendCoeff == coeff || in GrBlendCoeffRefsDst()
/external/skia/include/gpu/
DGrBlend.h61 kDA_GrBlendCoeff, //<! dst alpha enumerator
85 return kDC_GrBlendCoeff == coeff || kIDC_GrBlendCoeff == coeff || kDA_GrBlendCoeff == coeff || in GrBlendCoeffRefsDst()
/external/skqp/tests/
DGrPorterDuffTest.cpp344 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage()
384 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage()
510 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage()
550 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage()
675 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_with_coverage()
715 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_with_coverage()
841 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_no_coverage()
881 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_no_coverage()
/external/skia/tests/
DGrPorterDuffTest.cpp346 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage()
386 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage()
512 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage()
552 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage()
677 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_with_coverage()
717 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_with_coverage()
843 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_no_coverage()
883 TEST_ASSERT(kDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_no_coverage()
/external/skqp/src/gpu/
DGrXferProcessor.cpp127 case kDA_GrBlendCoeff: in coeff_string()
DSkGr.h163 GR_STATIC_ASSERT((int)kDA_GrBlendCoeff == (int)SkBlendModeCoeff::kDA);
/external/skia/src/gpu/
DGrXferProcessor.cpp127 case kDA_GrBlendCoeff: in coeff_string()
DSkGr.h165 GR_STATIC_ASSERT((int)kDA_GrBlendCoeff == (int)SkBlendModeCoeff::kDA);
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm219 MTLBlendFactorDestinationAlpha, // kDA_GrBlendCoeff
240 GR_STATIC_ASSERT(8 == kDA_GrBlendCoeff);
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm222 MTLBlendFactorDestinationAlpha, // kDA_GrBlendCoeff
243 GR_STATIC_ASSERT(8 == kDA_GrBlendCoeff);
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp328 GR_STATIC_ASSERT(8 == kDA_GrBlendCoeff); in blend_coeff_to_vk_blend()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp332 GR_STATIC_ASSERT(8 == kDA_GrBlendCoeff); in blend_coeff_to_vk_blend()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp170 GR_STATIC_ASSERT(8 == kDA_GrBlendCoeff); in BlendCoeffReferencesConstant()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp169 GR_STATIC_ASSERT(8 == kDA_GrBlendCoeff); in BlendCoeffReferencesConstant()