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

  /external/skia/src/gpu/
GrDrawTarget.cpp 752 kZero_BlendCoeff != drawState.getDstBlendCoeff()) {
875 *srcCoeff = kZero_BlendCoeff;
882 bool dstCoeffIsZero = kZero_BlendCoeff == *dstCoeff ||
889 if ((kZero_BlendCoeff == *srcCoeff && dstCoeffIsOne) ||
    [all...]
GrDrawState.h 81 fDstBlend = kZero_BlendCoeff;
SkGpuDevice.cpp     [all...]
  /external/skia/include/gpu/
SkGr.h 46 GR_STATIC_ASSERT((int)kZero_BlendCoeff == (int)SkXfermode::kZero_Coeff);
GrPaint.h 236 fDstBlendCoeff = kZero_BlendCoeff;
GrTypes.h 228 kZero_BlendCoeff, //<! 0
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 89 GR_STATIC_ASSERT(0 == kZero_BlendCoeff);
    [all...]
GrGpuGLShaders.cpp     [all...]

Completed in 194 milliseconds