Searched refs:BlendCoeffReferencesConstant (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLGpu.h188 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff);
H A DGrGLGpu.cpp108 bool GrGLGpu::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { function in class:GrGLGpu
2161 if ((BlendCoeffReferencesConstant(srcCoeff) ||
2162 BlendCoeffReferencesConstant(dstCoeff)) &&

Completed in 45 milliseconds