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.cpp67 blendInfo->fDstBlend = kIS2A_GrBlendCoeff; in getBlendInfo()
178 case kIS2A_GrBlendCoeff: in coeff_string()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp296 GR_STATIC_ASSERT(17 == kIS2A_GrBlendCoeff); in blend_coeff_to_vk_blend()
/external/skia/tests/
DGrPorterDuffTest.cpp325 TEST_ASSERT(kIS2A_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
372 TEST_ASSERT(kIS2A_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
394 TEST_ASSERT(kIS2A_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp223 kAdd_GrBlendEquation, SRC_COEFF, kIS2A_GrBlendCoeff)
/external/skia/src/gpu/gl/
DGrGLGpu.cpp155 GR_STATIC_ASSERT(17 == kIS2A_GrBlendCoeff); in BlendCoeffReferencesConstant()