HomeSort by relevance Sort by last modified time
    Searched defs:srcCoeff (Results 1 - 10 of 10) 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 442 SkBlendModeCoeff srcCoeff, dstCoeff;
443 if (SkBlendMode_AsCoeff(mode, &srcCoeff, &dstCoeff)) {
452 bool didAppend = append_porterduff_term(fsBuilder, srcCoeff, srcColor, srcColor, dstColor,
470 SkBlendModeCoeff srcCoeff, dstCoeff;
473 srcCoeff = SkBlendModeCoeff::kOne;
477 srcCoeff = SkBlendModeCoeff::kDC;
481 srcCoeff = SkBlendModeCoeff::kOne;
485 srcCoeff = SkBlendModeCoeff::kIDC;
489 srcCoeff = SkBlendModeCoeff::kZero;
493 srcCoeff = SkBlendModeCoeff::kIDC
    [all...]
  /external/skqp/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/skqp/src/gpu/glsl/
GrGLSLBlend.cpp 442 SkBlendModeCoeff srcCoeff, dstCoeff;
443 if (SkBlendMode_AsCoeff(mode, &srcCoeff, &dstCoeff)) {
452 bool didAppend = append_porterduff_term(fsBuilder, srcCoeff, srcColor, srcColor, dstColor,
470 SkBlendModeCoeff srcCoeff, dstCoeff;
473 srcCoeff = SkBlendModeCoeff::kOne;
477 srcCoeff = SkBlendModeCoeff::kDC;
481 srcCoeff = SkBlendModeCoeff::kOne;
485 srcCoeff = SkBlendModeCoeff::kIDC;
489 srcCoeff = SkBlendModeCoeff::kZero;
493 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...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 266 milliseconds