Lines Matching refs:GrGLfloat
2881 static const GrGLfloat kTransparentBlack[4] = {0.f, 0.f, 0.f, 0.f}; in bindTexture()
2968 GrGLfloat r = color.fR, g = color.fG, b = color.fB, a = color.fA; in flushClearColor()
2971 static const GrGLfloat safeAlpha1 = nextafter(1.f, 2.f); in flushClearColor()
2972 static const GrGLfloat safeAlpha0 = nextafter(0.f, -1.f); in flushClearColor()
3220 static const GrGLfloat vdata[] = { in createCopyProgram()
3513 kFloat2_GrSLType, 2 * sizeof(GrGLfloat), 0); in copySurfaceAsDraw()
3517 GrGLfloat dx0 = 2.f * dstPoint.fX / dw - 1.f; in copySurfaceAsDraw()
3518 GrGLfloat dx1 = 2.f * (dstPoint.fX + w) / dw - 1.f; in copySurfaceAsDraw()
3519 GrGLfloat dy0 = 2.f * dstPoint.fY / dh - 1.f; in copySurfaceAsDraw()
3520 GrGLfloat dy1 = 2.f * (dstPoint.fY + h) / dh - 1.f; in copySurfaceAsDraw()
3521 GrGLfloat sx0 = (GrGLfloat)srcRect.fLeft; in copySurfaceAsDraw()
3522 GrGLfloat sx1 = (GrGLfloat)(srcRect.fLeft + w); in copySurfaceAsDraw()
3523 GrGLfloat sy0 = (GrGLfloat)srcRect.fTop; in copySurfaceAsDraw()
3524 GrGLfloat sy1 = (GrGLfloat)(srcRect.fTop + h); in copySurfaceAsDraw()
3652 static const GrGLfloat vdata[] = { in onRegenerateMipMapLevels()
3670 kFloat2_GrSLType, 2 * sizeof(GrGLfloat), 0); in onRegenerateMipMapLevels()