Home
last modified time | relevance | path

Searched refs:lumFmt (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/util/texture/
H A DTestPixelFormatUtil00NEWT.java118 final PixelFormat lumFmt = PixelFormat.LUMINANCE; in testConversion00() local
119 final PixelFormat.Composition lumComp = lumFmt.comp; in testConversion00()
120 System.err.printf("%s, %s -> %s %s%n", rgb565Fmt, rgb565Comp, lumFmt, lumComp); in testConversion00()