Searched refs:kSC_GrBlendCoeff (Results 1 – 16 of 16) sorted by relevance
/external/skqp/include/gpu/ |
D | GrBlend.h | 55 kSC_GrBlendCoeff, //<! src color enumerator 80 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff || in GrBlendCoeffRefsSrc()
|
/external/skia/include/gpu/ |
D | GrBlend.h | 55 kSC_GrBlendCoeff, //<! src color enumerator 80 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff || in GrBlendCoeffRefsSrc()
|
/external/skqp/src/gpu/ |
D | GrXferProcessor.cpp | 115 case kSC_GrBlendCoeff: in coeff_string()
|
D | SkGr.h | 157 GR_STATIC_ASSERT((int)kSC_GrBlendCoeff == (int)SkBlendModeCoeff::kSC);
|
/external/skia/src/gpu/ |
D | GrXferProcessor.cpp | 115 case kSC_GrBlendCoeff: in coeff_string()
|
D | SkGr.h | 159 GR_STATIC_ASSERT((int)kSC_GrBlendCoeff == (int)SkBlendModeCoeff::kSC);
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 213 MTLBlendFactorSourceColor, // kSC_GrBlendCoeff 234 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff);
|
/external/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 216 MTLBlendFactorSourceColor, // kSC_GrBlendCoeff 237 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff);
|
/external/skqp/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 299 /* modulate */ MakeCoeffFormula(kZero_GrBlendCoeff, kSC_GrBlendCoeff), 335 /* modulate */ MakeCoeffFormula(kZero_GrBlendCoeff, kSC_GrBlendCoeff),
|
/external/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 299 /* modulate */ MakeCoeffFormula(kZero_GrBlendCoeff, kSC_GrBlendCoeff), 335 /* modulate */ MakeCoeffFormula(kZero_GrBlendCoeff, kSC_GrBlendCoeff),
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 322 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff); in blend_coeff_to_vk_blend()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 326 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff); in blend_coeff_to_vk_blend()
|
/external/skqp/tests/ |
D | GrPorterDuffTest.cpp | 591 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/ |
D | GrPorterDuffTest.cpp | 593 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/ |
D | GrGLGpu.cpp | 164 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff); in BlendCoeffReferencesConstant()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 163 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff); in BlendCoeffReferencesConstant()
|