Searched refs:safeAlpha1 (Results 1 – 7 of 7) sorted by relevance
2771 static const GrGLfloat safeAlpha1 = nextafter(1.f, 2.f); in flushClearColor() local2773 a = (1 == a) ? safeAlpha1 : safeAlpha0; in flushClearColor()
2745 static const GrGLfloat safeAlpha1 = nextafter(1.f, 2.f); in flushClearColor() local2747 a = (1 == a) ? safeAlpha1 : safeAlpha0; in flushClearColor()
2739 static const GrGLfloat safeAlpha1 = nextafter(1.f, 2.f); in flushClearColor() local2741 a = (1 == a) ? safeAlpha1 : safeAlpha0; in flushClearColor()
2004 static const GrGLfloat safeAlpha1 = nextafter(1.f, 2.f); in clear() local2006 a = (1 == a) ? safeAlpha1 : safeAlpha0; in clear()