Home
last modified time | relevance | path

Searched refs:kIS2A_GrBlendCoeff (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/gpu/
DGrBlend.h69 kIS2A_GrBlendCoeff, enumerator
71 kLast_GrBlendCoeff = kIS2A_GrBlendCoeff
137 kIS2A_GrBlendCoeff == Coeff> {};
147 case kIS2A_GrBlendCoeff: in GrBlendCoeffRefsSrc2()
/external/skia/src/gpu/
DGrXferProcessor.cpp49 blendInfo->fDstBlend = kIS2A_GrBlendCoeff; in getBlendInfo()
161 case kIS2A_GrBlendCoeff: in coeff_string()
/external/skia/tests/
DGrPorterDuffTest.cpp292 TEST_ASSERT(kIS2A_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
333 TEST_ASSERT(kIS2A_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
353 TEST_ASSERT(kIS2A_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp272 GR_STATIC_ASSERT(17 == kIS2A_GrBlendCoeff); in blend_coeff_to_vk_blend()
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp222 kAdd_GrBlendEquation, SRC_COEFF, kIS2A_GrBlendCoeff)
/external/skia/src/gpu/gl/
DGrGLGpu.cpp169 GR_STATIC_ASSERT(17 == kIS2A_GrBlendCoeff); in BlendCoeffReferencesConstant()