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

  /external/skia/tests/
GrPorterDuffTest.cpp 98 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend));
130 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
141 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
152 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
163 TEST_ASSERT(kIS2C_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
174 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
185 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
196 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
207 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
218 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 419 blendInfo->fDstBlend = fBlendFormula.dstCoeff();
600 blendInfo->fDstBlend = kISC_GrBlendCoeff;
    [all...]
  /external/skia/src/gpu/
GrXferProcessor.cpp 35 blendInfo->fDstBlend = kIS2A_GrBlendCoeff;
149 coeff_string(fDstBlend), fBlendConstant);
GrXferProcessor.h 134 fDstBlend = kZero_GrBlendCoeff;
143 GrBlendCoeff fDstBlend;
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 352 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
540 GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
GrVkPipelineState.cpp 561 key |= (blendInfo.fDstBlend << (kBlendWriteShift + kBlendCoeffShift));
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 397 milliseconds