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

  /external/skia/gpu/src/
GrDrawTarget.cpp 380 fCurrDrawState.fDstBlend = dstCoeff;
521 (kZero_BlendCoeff == fCurrDrawState.fDstBlend)) {
538 if (kISA_BlendCoeff != fCurrDrawState.fDstBlend &&
539 kZero_BlendCoeff != fCurrDrawState.fDstBlend) {
GrGpuGLFixed.cpp 141 BlendCoeffReferencesConstant(fCurrDrawState.fDstBlend)) {
151 this->flushBlend(type, fCurrDrawState.fSrcBlend, fCurrDrawState.fDstBlend);
GrGpuGLShaders.cpp 570 GrBlendCoeff dstCoeff = fCurrDrawState.fDstBlend;
825 if (kZero_BlendCoeff == fCurrDrawState.fDstBlend) {
830 } else if (kSA_BlendCoeff == fCurrDrawState.fDstBlend) {
836 } else if (kSC_BlendCoeff == fCurrDrawState.fDstBlend) {
    [all...]
GrGpuGL.cpp 533 fHWDrawState.fDstBlend = (GrBlendCoeff)-1;
    [all...]
  /external/skia/gpu/include/
GrDrawTarget.h 176 GrBlendCoeff fDstBlend;
    [all...]

Completed in 1113 milliseconds