HomeSort by relevance Sort by last modified time
    Searched defs:srcCoeff (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 46 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff)
50 , fSrcCoeff(srcCoeff)
52 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {}
92 GrBlendCoeff srcCoeff() const {
143 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
173 GrBlendCoeff SrcCoeff,
176 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) |
177 (GrBlendCoeffsUseDstColor(SrcCoeff, DstCoeff) ? kUsesDstColor_Property : 0) |
178 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) ||
182 : 0) | // We assert later that SrcCoeff doesn't ref src2
    [all...]
  /external/skia/src/gpu/glsl/
GrGLSLBlend.cpp 423 SkBlendModeCoeff srcCoeff, dstCoeff;
424 if (SkBlendMode_AsCoeff(mode, &srcCoeff, &dstCoeff)) {
433 bool didAppend = append_porterduff_term(fsBuilder, srcCoeff, srcColor, srcColor, dstColor,
451 SkBlendModeCoeff srcCoeff, dstCoeff;
454 srcCoeff = SkBlendModeCoeff::kOne;
458 srcCoeff = SkBlendModeCoeff::kDC;
462 srcCoeff = SkBlendModeCoeff::kOne;
466 srcCoeff = SkBlendModeCoeff::kIDC;
470 srcCoeff = SkBlendModeCoeff::kZero;
474 srcCoeff = SkBlendModeCoeff::kIDC
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorShuffling.h 163 return m_impl.coeff(srcCoeff(index));
191 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff(Index index) const {
245 return this->m_impl.coeffRef(this->srcCoeff(index));
TensorStriding.h 161 return m_impl.coeff(srcCoeff(index));
228 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff(Index index) const
286 return this->m_impl.coeffRef(this->srcCoeff(index));
TensorChipping.h 199 return m_impl.coeff(srcCoeff(index));
278 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff(Index index) const
338 return this->m_impl.coeffRef(this->srcCoeff(index));
TensorMorphing.h 390 Index offset = srcCoeff(i);
405 return m_impl.coeff(srcCoeff(index));
498 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff(Index index) const
558 return this->m_impl.coeffRef(this->srcCoeff(index));
803 return m_impl.coeff(srcCoeff(index));
815 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index srcCoeff(Index index) const
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 94 milliseconds