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

  /external/skia/src/gpu/
GrDrawTarget.cpp 846 GrBlendCoeff* srcCoeff,
853 if (NULL == srcCoeff) {
854 srcCoeff = &bogusSrcCoeff;
856 *srcCoeff = drawState.getSrcBlendCoeff();
864 GrAssert(kSA_BlendCoeff != *srcCoeff &&
865 kISA_BlendCoeff != *srcCoeff &&
866 kSC_BlendCoeff != *srcCoeff &&
867 kISC_BlendCoeff != *srcCoeff);
875 *srcCoeff = kZero_BlendCoeff;
889 if ((kZero_BlendCoeff == *srcCoeff && dstCoeffIsOne) |
    [all...]
GrDrawState.h 272 void setBlendFunc(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) {
273 fSrcBlend = srcCoeff;
287 switch (srcCoeff) {
GrDrawTarget.h     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.h 171 GrBlendCoeff srcCoeff,
GrGLProgram.h 57 void overrideBlend(GrBlendCoeff* srcCoeff, GrBlendCoeff* dstCoeff) const;
GrGpuGLShaders.cpp 756 GrBlendCoeff srcCoeff;
758 BlendOptFlags blendOpts = this->getBlendOpts(false, &srcCoeff, &dstCoeff);
774 fCurrentProgram.overrideBlend(&srcCoeff, &dstCoeff);
775 this->flushBlend(type, srcCoeff, dstCoeff);
    [all...]
GrGpuGL.cpp     [all...]
GrGLProgram.cpp 186 void GrGLProgram::overrideBlend(GrBlendCoeff* srcCoeff,
262 static inline void needBlendInputs(SkXfermode::Coeff srcCoeff,
266 if (SkXfermode::kZero_Coeff == srcCoeff) {
283 switch (srcCoeff) {
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 27 SkXfermode::Coeff srcCoeff, dstCoeff;
28 if (SkXfermode::AsCoeff(paint->getXfermode(), &srcCoeff, &dstCoeff)){

Completed in 111 milliseconds