Home
last modified time | relevance | path

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

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