Lines Matching refs:GrGLfloat
2164 GrGLfloat r = color.fR, g = color.fG, b = color.fB, a = color.fA; in clear()
2167 static const GrGLfloat safeAlpha1 = nextafter(1.f, 2.f); in clear()
2168 static const GrGLfloat safeAlpha0 = nextafter(0.f, -1.f); in clear()
3030 static const GrGLfloat kTransparentBlack[4] = {0.f, 0.f, 0.f, 0.f}; in bindTexture()
3093 void GrGLGpu::flushClearColor(GrGLfloat r, GrGLfloat g, GrGLfloat b, GrGLfloat a) { in flushClearColor()
3324 static const GrGLfloat vdata[] = { in createCopyProgram()
3630 kFloat2_GrSLType, 2 * sizeof(GrGLfloat), 0); in copySurfaceAsDraw()
3635 GrGLfloat dx0 = 2.f * dstPoint.fX / dw - 1.f; in copySurfaceAsDraw()
3636 GrGLfloat dx1 = 2.f * (dstPoint.fX + w) / dw - 1.f; in copySurfaceAsDraw()
3637 GrGLfloat dy0 = 2.f * dstPoint.fY / dh - 1.f; in copySurfaceAsDraw()
3638 GrGLfloat dy1 = 2.f * (dstPoint.fY + h) / dh - 1.f; in copySurfaceAsDraw()
3644 GrGLfloat sx0 = (GrGLfloat)srcRect.fLeft; in copySurfaceAsDraw()
3645 GrGLfloat sx1 = (GrGLfloat)(srcRect.fLeft + w); in copySurfaceAsDraw()
3646 GrGLfloat sy0 = (GrGLfloat)srcRect.fTop; in copySurfaceAsDraw()
3647 GrGLfloat sy1 = (GrGLfloat)(srcRect.fTop + h); in copySurfaceAsDraw()
3812 static const GrGLfloat vdata[] = { in onRegenerateMipMapLevels()
3830 kFloat2_GrSLType, 2 * sizeof(GrGLfloat), 0); in onRegenerateMipMapLevels()