Lines Matching refs:PRINT_ALL

177 			ri.Con_Printf(PRINT_ALL, "Failed to detect XF86DGA Mouse\n");  in install_grabs()
856 ri.Con_Printf(PRINT_ALL, "Initializing OpenGL display\n"); in GLimp_SetMode()
859 ri.Con_Printf(PRINT_ALL, "...Setting fullscreen mode %d:", mode); in GLimp_SetMode()
861 ri.Con_Printf(PRINT_ALL, "...Setting mode %d: ", mode); in GLimp_SetMode()
864 ri.Con_Printf(PRINT_ALL, " Invalid mode\n"); in GLimp_SetMode()
867 ri.Con_Printf(PRINT_ALL, " %d %d\n", width, height); in GLimp_SetMode()
890 ri.Con_Printf(PRINT_ALL, "Using XFree86-VidModeExtension Version %d.%d\n", in GLimp_SetMode()
916 ri.Con_Printf(PRINT_ALL, "I: got %d bits of red\n", red_bits); in GLimp_SetMode()
917 ri.Con_Printf(PRINT_ALL, "I: got %d bits of blue\n", blue_bits); in GLimp_SetMode()
918 ri.Con_Printf(PRINT_ALL, "I: got %d bits of green\n", green_bits); in GLimp_SetMode()
919 ri.Con_Printf(PRINT_ALL, "I: got %d bits of depth\n", depth_bits); in GLimp_SetMode()
920 ri.Con_Printf(PRINT_ALL, "I: got %d bits of alpha\n", alpha_bits); in GLimp_SetMode()
927 ri.Con_Printf(PRINT_ALL, "I: got %d bits of stencil\n", stencil_bits); in GLimp_SetMode()
979 ri.Con_Printf(PRINT_ALL, "Using hardware gamma\n"); in GLimp_SetMode()
1128 ri.Con_Printf(PRINT_ALL, "... Using stencil buffer\n"); in GLimp_Init()
1215 ri.Con_Printf(PRINT_ALL, "Error, out of memory while looking for joysticks\n");
1218 ri.Con_Printf(PRINT_ALL, "No joysticks found\n");
1221 ri.Con_Printf(PRINT_ALL, "Error #%d while looking for joysticks\n", err);
1230 ri.Con_Printf(PRINT_ALL, "Trying joystick dev %s\n", pglob.gl_pathv[i]);
1233 ri.Con_Printf(PRINT_ALL, "Error opening joystick dev %s\n",
1247 ri.Con_Printf(PRINT_ALL, "Read init event\n");
1249 ri.Con_Printf(PRINT_ALL, "Using joystick dev %s\n", pglob.gl_pathv[i]);
1310 ri.Con_Printf(PRINT_ALL, "Error, Problem closing joystick.");