Home
last modified time | relevance | path

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

/external/skqp/include/gpu/
DGrBlend.h70 kIS2A_GrBlendCoeff, enumerator
91 kS2A_GrBlendCoeff == coeff || kIS2A_GrBlendCoeff == coeff; in GrBlendCoeffRefsSrc2()
/external/skia/include/gpu/
DGrBlend.h70 kIS2A_GrBlendCoeff, enumerator
91 kS2A_GrBlendCoeff == coeff || kIS2A_GrBlendCoeff == coeff; in GrBlendCoeffRefsSrc2()
/external/skqp/src/gpu/
DGrXferProcessor.cpp38 blendInfo->fDstBlend = kIS2A_GrBlendCoeff; in getBlendInfo()
145 case kIS2A_GrBlendCoeff: in coeff_string()
/external/skia/src/gpu/
DGrXferProcessor.cpp38 blendInfo->fDstBlend = kIS2A_GrBlendCoeff; in getBlendInfo()
145 case kIS2A_GrBlendCoeff: in coeff_string()
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm228 MTLBlendFactorOneMinusSource1Alpha, // kIS2A_GrBlendCoeff
249 GR_STATIC_ASSERT(17 == kIS2A_GrBlendCoeff);
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm231 MTLBlendFactorOneMinusSource1Alpha, // kIS2A_GrBlendCoeff
252 GR_STATIC_ASSERT(17 == kIS2A_GrBlendCoeff);
/external/skqp/tests/
DGrPorterDuffTest.cpp305 TEST_ASSERT(kIS2A_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
345 TEST_ASSERT(kIS2A_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
365 TEST_ASSERT(kIS2A_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
/external/skia/tests/
DGrPorterDuffTest.cpp307 TEST_ASSERT(kIS2A_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
347 TEST_ASSERT(kIS2A_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
367 TEST_ASSERT(kIS2A_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp337 GR_STATIC_ASSERT(17 == kIS2A_GrBlendCoeff); in blend_coeff_to_vk_blend()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp341 GR_STATIC_ASSERT(17 == kIS2A_GrBlendCoeff); in blend_coeff_to_vk_blend()
/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp266 kAdd_GrBlendEquation, srcCoeff, kIS2A_GrBlendCoeff); in MakeCoverageDstCoeffZeroFormula()
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp266 kAdd_GrBlendEquation, srcCoeff, kIS2A_GrBlendCoeff); in MakeCoverageDstCoeffZeroFormula()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp180 GR_STATIC_ASSERT(17 == kIS2A_GrBlendCoeff); in BlendCoeffReferencesConstant()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp179 GR_STATIC_ASSERT(17 == kIS2A_GrBlendCoeff); in BlendCoeffReferencesConstant()