Searched refs:kIDA_GrBlendCoeff (Results 1 – 16 of 16) sorted by relevance
/external/skqp/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 290 /* dst-over */ MakeCoeffFormula(kIDA_GrBlendCoeff, kOne_GrBlendCoeff), 293 /* src-out */ MakeCoeffFormula(kIDA_GrBlendCoeff, kZero_GrBlendCoeff), 296 /* dst-atop */ MakeCoeffFormula(kIDA_GrBlendCoeff, kSA_GrBlendCoeff), 297 /* xor */ MakeCoeffFormula(kIDA_GrBlendCoeff, kISA_GrBlendCoeff), 308 /* dst-over */ MakeCoeffFormula(kIDA_GrBlendCoeff, kOne_GrBlendCoeff), 311 /* src-out */ MakeCoverageDstCoeffZeroFormula(kIDA_GrBlendCoeff), 314 /* dst-atop */ MakeCoverageFormula(BlendFormula::kISAModulate_OutputType, kIDA_GrBlendCoeff), 315 /* xor */ MakeCoeffFormula(kIDA_GrBlendCoeff, kISA_GrBlendCoeff), 326 /* dst-over */ MakeCoeffFormula(kIDA_GrBlendCoeff, kOne_GrBlendCoeff), 329 /* src-out */ MakeCoeffFormula(kIDA_GrBlendCoeff, kZero_GrBlendCoeff), [all …]
|
/external/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 290 /* dst-over */ MakeCoeffFormula(kIDA_GrBlendCoeff, kOne_GrBlendCoeff), 293 /* src-out */ MakeCoeffFormula(kIDA_GrBlendCoeff, kZero_GrBlendCoeff), 296 /* dst-atop */ MakeCoeffFormula(kIDA_GrBlendCoeff, kSA_GrBlendCoeff), 297 /* xor */ MakeCoeffFormula(kIDA_GrBlendCoeff, kISA_GrBlendCoeff), 308 /* dst-over */ MakeCoeffFormula(kIDA_GrBlendCoeff, kOne_GrBlendCoeff), 311 /* src-out */ MakeCoverageDstCoeffZeroFormula(kIDA_GrBlendCoeff), 314 /* dst-atop */ MakeCoverageFormula(BlendFormula::kISAModulate_OutputType, kIDA_GrBlendCoeff), 315 /* xor */ MakeCoeffFormula(kIDA_GrBlendCoeff, kISA_GrBlendCoeff), 326 /* dst-over */ MakeCoeffFormula(kIDA_GrBlendCoeff, kOne_GrBlendCoeff), 329 /* src-out */ MakeCoeffFormula(kIDA_GrBlendCoeff, kZero_GrBlendCoeff), [all …]
|
/external/skqp/tests/ |
D | GrPorterDuffTest.cpp | 334 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage() 364 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage() 394 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage() 404 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage() 500 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage() 530 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage() 560 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage() 570 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage() 665 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_with_coverage() 695 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_with_coverage() [all …]
|
/external/skia/tests/ |
D | GrPorterDuffTest.cpp | 336 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage() 366 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage() 396 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage() 406 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage() 502 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage() 532 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage() 562 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage() 572 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage() 667 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_with_coverage() 697 TEST_ASSERT(kIDA_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_with_coverage() [all …]
|
/external/skqp/include/gpu/ |
D | GrBlend.h | 62 kIDA_GrBlendCoeff, //<! one minus dst alpha enumerator 86 kIDA_GrBlendCoeff == coeff; in GrBlendCoeffRefsDst()
|
/external/skia/include/gpu/ |
D | GrBlend.h | 62 kIDA_GrBlendCoeff, //<! one minus dst alpha enumerator 86 kIDA_GrBlendCoeff == coeff; in GrBlendCoeffRefsDst()
|
/external/skqp/src/gpu/ |
D | GrXferProcessor.cpp | 129 case kIDA_GrBlendCoeff: in coeff_string()
|
D | SkGr.h | 164 GR_STATIC_ASSERT((int)kIDA_GrBlendCoeff == (int)SkBlendModeCoeff::kIDA);
|
/external/skia/src/gpu/ |
D | GrXferProcessor.cpp | 129 case kIDA_GrBlendCoeff: in coeff_string()
|
D | SkGr.h | 166 GR_STATIC_ASSERT((int)kIDA_GrBlendCoeff == (int)SkBlendModeCoeff::kIDA);
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 220 MTLBlendFactorOneMinusDestinationAlpha, // kIDA_GrBlendCoeff 241 GR_STATIC_ASSERT(9 == kIDA_GrBlendCoeff);
|
/external/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 223 MTLBlendFactorOneMinusDestinationAlpha, // kIDA_GrBlendCoeff 244 GR_STATIC_ASSERT(9 == kIDA_GrBlendCoeff);
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 329 GR_STATIC_ASSERT(9 == kIDA_GrBlendCoeff); in blend_coeff_to_vk_blend()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 333 GR_STATIC_ASSERT(9 == kIDA_GrBlendCoeff); in blend_coeff_to_vk_blend()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 171 GR_STATIC_ASSERT(9 == kIDA_GrBlendCoeff); in BlendCoeffReferencesConstant()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 170 GR_STATIC_ASSERT(9 == kIDA_GrBlendCoeff); in BlendCoeffReferencesConstant()
|