Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.h271 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff);
DGrGLGpu.cpp125 bool GrGLGpu::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { in BlendCoeffReferencesConstant() function in GrGLGpu
2928 if ((BlendCoeffReferencesConstant(srcCoeff) || BlendCoeffReferencesConstant(dstCoeff))) { in flushBlend()