Home | History | Annotate | Download | only in test

Lines Matching defs:logo

19 /* Define this to be the name of the logo image to use with -logo */
452 int logo, int logocursor, int slowly, int bpp, float gamma, int noframe, int fsaa, int sync, int accel )
495 if ( logo && USE_DEPRECATED_OPENGLBLIT ) {
719 /* Draw 2D logo onto the 3D display */
720 if ( logo ) {
786 int i, logo, logocursor = 0;
796 logo = 0;
803 if ( strcmp(argv[i], "-logo") == 0 ) {
804 logo = 1;
808 logo = 1;
837 "Usage: %s [-twice] [-logo] [-logocursor] [-slow] [-bpp n] [-gamma n] [-noframe] [-fsaa] [-accel] [-sync] [-fullscreen]\n",
843 RunGLTest(argc, argv, logo, logocursor, slowly, bpp, gamma, noframe, fsaa, sync, accel);