aboutsummaryrefslogtreecommitdiffstats
path: root/make/resources/misc
ModeNameSize
-rw-r--r--jogamp-48x48.png1278logstatsplain
-rw-r--r--jogamp-64x64.png1833logstatsplain
-rw-r--r--test-ntsc01-160x90.png2785logstatsplain
-rw-r--r--test-ntsc01-57x32.png969logstatsplain
n.TestOffscreen01GLPBufferNEWT #TSTCLASS=com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLSimple01NEWT #TSTCLASS=com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState01NEWT #TSTCLASS=com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState02NEWT #TSTCLASS=com.jogamp.opengl.test.junit.jogl.glsl.TestRulerNEWT01 LOGFILE=`basename $0 .sh`.log # -Djogamp.debug.NativeLibrary=true \ # -Djogamp.debug.NativeLibrary.Lookup=true \ # -Djogamp.debug.ProcAddressHelper=true \ # -Djogamp.debug=all \ # -Dnativewindow.debug=all \ # -Djogl.debug=all \ # -Dnewt.debug=all \ CP_BASE=../../gluegen/make/lib/junit.jar:$ANT_PATH/lib/ant.jar:$ANT_PATH/lib/ant-junit.jar:../../gluegen/make/$BUILD_DIR/gluegen.jar CP_JOGL_ALL=$BUILD_DIR/jar/jogl.all.jar:$BUILD_DIR/jar/jogl.test.jar CP_JOGL_MOBILE=$BUILD_DIR/jar/jogl.all-mobile.jar:$BUILD_DIR/jar/jogl.test.jar export DISPLAY=:0.0 ; java \ -Djava.library.path=../../gluegen/make/$BUILD_DIR/obj:$BUILD_DIR/lib \ -Djava.class.path=$CP_BASE:$CP_JOGL_MOBILE \ -Djogamp.debug.NativeLibrary=true \ -Dnativewindow.debug=all \ -Djogl.debug=all \ $TSTCLASS $* \ 2>&1 | tee $LOGFILE \