Home
last modified time | relevance | path

Searched refs:kISC_GrBlendCoeff (Results 1 – 18 of 18) sorted by relevance

/external/skqp/include/gpu/
DGrBlend.h56 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/
DGrBlend.h56 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/
DGrCoverageSetOpXP.cpp105 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
109 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
113 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
DGrPorterDuffXferProcessor.cpp300 /* 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/
DGrCoverageSetOpXP.cpp105 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
109 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
113 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
DGrPorterDuffXferProcessor.cpp300 /* 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/
DGrXferProcessor.cpp117 case kISC_GrBlendCoeff: in coeff_string()
DSkGr.h158 GR_STATIC_ASSERT((int)kISC_GrBlendCoeff == (int)SkBlendModeCoeff::kISC);
/external/skia/src/gpu/
DGrXferProcessor.cpp117 case kISC_GrBlendCoeff: in coeff_string()
DSkGr.h160 GR_STATIC_ASSERT((int)kISC_GrBlendCoeff == (int)SkBlendModeCoeff::kISC);
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm214 MTLBlendFactorOneMinusSourceColor, // kISC_GrBlendCoeff
235 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff);
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm217 MTLBlendFactorOneMinusSourceColor, // kISC_GrBlendCoeff
238 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff);
/external/skqp/tests/
DGrPorterDuffTest.cpp435 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/
DGrPorterDuffTest.cpp437 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/
DGrVkPipeline.cpp323 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff); in blend_coeff_to_vk_blend()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp327 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff); in blend_coeff_to_vk_blend()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp165 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff); in BlendCoeffReferencesConstant()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp164 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff); in BlendCoeffReferencesConstant()