HomeSort by relevance Sort by last modified time
    Searched refs:fDstBlend (Results 1 - 16 of 16) sorted by null

  /external/skia/tests/
GrPorterDuffTest.cpp 101 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend));
133 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
144 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
155 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
166 TEST_ASSERT(kIS2C_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
177 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
188 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
199 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
210 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
221 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
    [all...]
  /external/skqp/tests/
GrPorterDuffTest.cpp 101 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend));
133 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
144 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
155 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
166 TEST_ASSERT(kIS2C_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
177 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
188 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
199 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
210 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
221 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
    [all...]
  /external/skia/src/gpu/effects/
GrCoverageSetOpXP.cpp 97 blendInfo->fDstBlend = kZero_GrBlendCoeff;
101 blendInfo->fDstBlend = kZero_GrBlendCoeff;
105 blendInfo->fDstBlend = kISC_GrBlendCoeff;
109 blendInfo->fDstBlend = kISC_GrBlendCoeff;
113 blendInfo->fDstBlend = kISC_GrBlendCoeff;
117 blendInfo->fDstBlend = kZero_GrBlendCoeff;
GrPorterDuffXferProcessor.cpp 418 blendInfo->fDstBlend = fBlendFormula.dstCoeff();
599 blendInfo->fDstBlend = kISC_GrBlendCoeff;
    [all...]
  /external/skqp/src/gpu/effects/
GrCoverageSetOpXP.cpp 97 blendInfo->fDstBlend = kZero_GrBlendCoeff;
101 blendInfo->fDstBlend = kZero_GrBlendCoeff;
105 blendInfo->fDstBlend = kISC_GrBlendCoeff;
109 blendInfo->fDstBlend = kISC_GrBlendCoeff;
113 blendInfo->fDstBlend = kISC_GrBlendCoeff;
117 blendInfo->fDstBlend = kZero_GrBlendCoeff;
GrPorterDuffXferProcessor.cpp 418 blendInfo->fDstBlend = fBlendFormula.dstCoeff();
599 blendInfo->fDstBlend = kISC_GrBlendCoeff;
    [all...]
  /external/skia/src/gpu/
GrXferProcessor.cpp 37 blendInfo->fDstBlend = kIS2A_GrBlendCoeff;
151 coeff_string(fDstBlend), fBlendConstant);
GrXferProcessor.h 134 fDstBlend = kZero_GrBlendCoeff;
143 GrBlendCoeff fDstBlend;
  /external/skqp/src/gpu/
GrXferProcessor.cpp 37 blendInfo->fDstBlend = kIS2A_GrBlendCoeff;
151 coeff_string(fDstBlend), fBlendConstant);
GrXferProcessor.h 134 fDstBlend = kZero_GrBlendCoeff;
143 GrBlendCoeff fDstBlend;
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 360 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
550 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
GrVkPipelineState.cpp 564 key |= (blendInfo.fDstBlend << (kBlendWriteShift + kBlendCoeffShift));
  /external/skqp/src/gpu/vk/
GrVkPipeline.cpp 360 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
550 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
GrVkPipelineState.cpp 564 key |= (blendInfo.fDstBlend << (kBlendWriteShift + kBlendCoeffShift));
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 284 milliseconds