Home
last modified time | relevance | path

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

/external/skqp/include/gpu/
DGrBlend.h55 kSC_GrBlendCoeff, //<! src color enumerator
80 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff || in GrBlendCoeffRefsSrc()
/external/skia/include/gpu/
DGrBlend.h55 kSC_GrBlendCoeff, //<! src color enumerator
80 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff || in GrBlendCoeffRefsSrc()
/external/skqp/src/gpu/
DGrXferProcessor.cpp115 case kSC_GrBlendCoeff: in coeff_string()
DSkGr.h157 GR_STATIC_ASSERT((int)kSC_GrBlendCoeff == (int)SkBlendModeCoeff::kSC);
/external/skia/src/gpu/
DGrXferProcessor.cpp115 case kSC_GrBlendCoeff: in coeff_string()
DSkGr.h159 GR_STATIC_ASSERT((int)kSC_GrBlendCoeff == (int)SkBlendModeCoeff::kSC);
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm213 MTLBlendFactorSourceColor, // kSC_GrBlendCoeff
234 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff);
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm216 MTLBlendFactorSourceColor, // kSC_GrBlendCoeff
237 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff);
/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp299 /* modulate */ MakeCoeffFormula(kZero_GrBlendCoeff, kSC_GrBlendCoeff),
335 /* modulate */ MakeCoeffFormula(kZero_GrBlendCoeff, kSC_GrBlendCoeff),
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp299 /* modulate */ MakeCoeffFormula(kZero_GrBlendCoeff, kSC_GrBlendCoeff),
335 /* modulate */ MakeCoeffFormula(kZero_GrBlendCoeff, kSC_GrBlendCoeff),
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp322 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff); in blend_coeff_to_vk_blend()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp326 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff); in blend_coeff_to_vk_blend()
/external/skqp/tests/
DGrPorterDuffTest.cpp591 TEST_ASSERT(kSC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_not_opaque_no_coverage()
922 TEST_ASSERT(kSC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_opaque_no_coverage()
/external/skia/tests/
DGrPorterDuffTest.cpp593 TEST_ASSERT(kSC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_not_opaque_no_coverage()
924 TEST_ASSERT(kSC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_opaque_no_coverage()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp164 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff); in BlendCoeffReferencesConstant()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp163 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff); in BlendCoeffReferencesConstant()