Searched refs:kISC_GrBlendCoeff (Results 1 – 18 of 18) sorted by relevance
/external/skqp/include/gpu/ |
D | GrBlend.h | 56 kISC_GrBlendCoeff, //<! one minus src color enumerator 80 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff || in GrBlendCoeffRefsSrc() 147 (kOne_GrBlendCoeff == dstCoeff || kISC_GrBlendCoeff == dstCoeff || in GrBlendAllowsCoverageAsAlpha()
|
/external/skia/include/gpu/ |
D | GrBlend.h | 56 kISC_GrBlendCoeff, //<! one minus src color enumerator 80 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff || in GrBlendCoeffRefsSrc() 147 (kOne_GrBlendCoeff == dstCoeff || kISC_GrBlendCoeff == dstCoeff || in GrBlendAllowsCoverageAsAlpha()
|
/external/skia/src/gpu/effects/ |
D | GrCoverageSetOpXP.cpp | 105 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo() 109 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo() 113 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
|
D | GrPorterDuffXferProcessor.cpp | 300 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 318 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 336 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 354 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 370 /* dst-out */ MakeSAModulateFormula(kZero_GrBlendCoeff, kISC_GrBlendCoeff), 376 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 600 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
|
/external/skqp/src/gpu/effects/ |
D | GrCoverageSetOpXP.cpp | 105 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo() 109 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo() 113 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
|
D | GrPorterDuffXferProcessor.cpp | 300 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 318 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 336 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 354 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 370 /* dst-out */ MakeSAModulateFormula(kZero_GrBlendCoeff, kISC_GrBlendCoeff), 376 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 600 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
|
/external/skqp/src/gpu/ |
D | GrXferProcessor.cpp | 117 case kISC_GrBlendCoeff: in coeff_string()
|
D | SkGr.h | 158 GR_STATIC_ASSERT((int)kISC_GrBlendCoeff == (int)SkBlendModeCoeff::kISC);
|
/external/skia/src/gpu/ |
D | GrXferProcessor.cpp | 117 case kISC_GrBlendCoeff: in coeff_string()
|
D | SkGr.h | 160 GR_STATIC_ASSERT((int)kISC_GrBlendCoeff == (int)SkBlendModeCoeff::kISC);
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 214 MTLBlendFactorOneMinusSourceColor, // kISC_GrBlendCoeff 235 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff);
|
/external/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 217 MTLBlendFactorOneMinusSourceColor, // kISC_GrBlendCoeff 238 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff);
|
/external/skqp/tests/ |
D | GrPorterDuffTest.cpp | 435 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage() 601 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_not_opaque_no_coverage() 765 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_opaque_with_coverage() 932 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_opaque_no_coverage()
|
/external/skia/tests/ |
D | GrPorterDuffTest.cpp | 437 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage() 603 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_not_opaque_no_coverage() 767 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_opaque_with_coverage() 934 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_opaque_no_coverage()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 323 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff); in blend_coeff_to_vk_blend()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 327 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff); in blend_coeff_to_vk_blend()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 165 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff); in BlendCoeffReferencesConstant()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 164 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff); in BlendCoeffReferencesConstant()
|