Lines Matching refs:GrGLfloat
2727 static const GrGLfloat kTransparentBlack[4] = {0.f, 0.f, 0.f, 0.f}; in bindTexture()
2818 GrGLfloat r = color[0], g = color[1], b = color[2], a = color[3]; in flushClearColor()
2821 static const GrGLfloat safeAlpha1 = nextafter(1.f, 2.f); in flushClearColor()
2822 static const GrGLfloat safeAlpha0 = nextafter(0.f, -1.f); in flushClearColor()
3064 static const GrGLfloat vdata[] = { in createCopyProgram()
3361 kFloat2_GrSLType, 2 * sizeof(GrGLfloat), 0); in copySurfaceAsDraw()
3365 GrGLfloat dx0 = 2.f * dstPoint.fX / dw - 1.f; in copySurfaceAsDraw()
3366 GrGLfloat dx1 = 2.f * (dstPoint.fX + w) / dw - 1.f; in copySurfaceAsDraw()
3367 GrGLfloat dy0 = 2.f * dstPoint.fY / dh - 1.f; in copySurfaceAsDraw()
3368 GrGLfloat dy1 = 2.f * (dstPoint.fY + h) / dh - 1.f; in copySurfaceAsDraw()
3369 GrGLfloat sx0 = (GrGLfloat)srcRect.fLeft; in copySurfaceAsDraw()
3370 GrGLfloat sx1 = (GrGLfloat)(srcRect.fLeft + w); in copySurfaceAsDraw()
3371 GrGLfloat sy0 = (GrGLfloat)srcRect.fTop; in copySurfaceAsDraw()
3372 GrGLfloat sy1 = (GrGLfloat)(srcRect.fTop + h); in copySurfaceAsDraw()
3499 static const GrGLfloat vdata[] = { in onRegenerateMipMapLevels()
3517 kFloat2_GrSLType, 2 * sizeof(GrGLfloat), 0); in onRegenerateMipMapLevels()