jdk/test/sun/java2d/OpenGL/GradientPaints.java
changeset 39056 d99e63b6d962
parent 37702 82e32f7e8502
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
       
    26  * @key headful
    26  * @bug 6521533 6525997 7102282
    27  * @bug 6521533 6525997 7102282
    27  * @summary Verifies that the OGL-accelerated codepaths for GradientPaint,
    28  * @summary Verifies that the OGL-accelerated codepaths for GradientPaint,
    28  * LinearGradientPaint, and RadialGradientPaint produce results that are
    29  * LinearGradientPaint, and RadialGradientPaint produce results that are
    29  * sufficiently close to those produced by the software codepaths.
    30  * sufficiently close to those produced by the software codepaths.
    30  * @run main/othervm -Dsun.java2d.uiScale=1 -Dsun.java2d.opengl=True GradientPaints
    31  * @run main/othervm -Dsun.java2d.uiScale=1 -Dsun.java2d.opengl=True GradientPaints