Home
last modified time | relevance | path

Searched refs:PRINT_ALL (Results 1 – 25 of 479) sorted by last modified time

12345678910>>...20

/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dsetserial.c251 PRINT_ALL = (1 << 2), enumerator
623 case PRINT_ALL: in serial_get()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/unix/
H A Dlinux_glimp.c920 ri.Printf( PRINT_ALL, "Initializing OpenGL display\n"); in GLW_SetMode()
922 ri.Printf (PRINT_ALL, "...setting mode %d:", mode ); in GLW_SetMode()
926 ri.Printf( PRINT_ALL, " invalid mode\n" ); in GLW_SetMode()
1137 ri.Printf( PRINT_ALL, "Couldn't get a visual\n" ); in GLW_SetMode()
1187 ri.Printf( PRINT_ALL, "GL_RENDERER: %s\n", glstring ); in GLW_SetMode()
1224 ri.Printf( PRINT_ALL, "Initializing OpenGL extensions\n" ); in GLW_InitExtensions()
1232 ri.Printf( PRINT_ALL, "...using GL_S3_s3tc\n" ); in GLW_InitExtensions()
1236 ri.Printf( PRINT_ALL, "...ignoring GL_S3_s3tc\n" ); in GLW_InitExtensions()
1241 ri.Printf( PRINT_ALL, "...GL_S3_s3tc not found\n" ); in GLW_InitExtensions()
1356 ri.Printf( PRINT_ALL, "...loading %s: ", name ); in GLW_LoadOpenGL()
[all …]
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_soft/
H A Dr_alias.c846 ri.Con_Printf (PRINT_ALL, "R_AliasSetupSkin %s: no such skin # %d\n", in R_AliasSetupSkin()
971 ri.Con_Printf (PRINT_ALL, "R_AliasSetupFrames %s: no such thisframe %d\n", in R_AliasSetupFrames()
977 ri.Con_Printf (PRINT_ALL, "R_AliasSetupFrames %s: no such lastframe %d\n", in R_AliasSetupFrames()
1081 ri.Con_Printf( PRINT_ALL, "R_AliasDrawModel %s: NULL skin found\n", in R_AliasDrawModel()
/dports/games/quake2lnx/quake2-r0.16.2/src/qcommon/
H A Dqcommon.h743 #define PRINT_ALL 0 macro
/dports/games/quake2lnx/quake2-r0.16.2/src/linux/
H A Drw_x11.c459 ri.Con_Printf(PRINT_ALL, "No joysticks found\n"); in OpenJoystick()
471 ri.Con_Printf(PRINT_ALL, "Error opening joystick dev %s\n", in OpenJoystick()
622 ri.Con_Printf(PRINT_ALL, "Error, Problem closing joystick."); in CloseJoystick()
1438 ri.Con_Printf (PRINT_ALL, "setting mode %d:", mode ); in SWimp_SetMode()
1442 ri.Con_Printf( PRINT_ALL, " invalid mode\n" ); in SWimp_SetMode()
1446 ri.Con_Printf( PRINT_ALL, " %d %d\n", *pwidth, *pheight); in SWimp_SetMode()
1723 ri.Con_Printf( PRINT_ALL, "Initializing OpenGL display\n"); in GLimp_SetMode()
1728 ri.Con_Printf (PRINT_ALL, "...setting mode %d:", mode ); in GLimp_SetMode()
1732 ri.Con_Printf( PRINT_ALL, " invalid mode\n" ); in GLimp_SetMode()
1736 ri.Con_Printf( PRINT_ALL, " %d %d\n", width, height ); in GLimp_SetMode()
[all …]
H A Dgl_glx.c166 ri.Con_Printf( PRINT_ALL, "Failed to detect XF86DGA Mouse\n" ); in install_grabs()
653 ri.Con_Printf( PRINT_ALL, "Initializing OpenGL display\n"); in GLimp_SetMode()
658 ri.Con_Printf (PRINT_ALL, "...setting mode %d:", mode ); in GLimp_SetMode()
662 ri.Con_Printf( PRINT_ALL, " invalid mode\n" ); in GLimp_SetMode()
666 ri.Con_Printf( PRINT_ALL, " %d %d\n", width, height ); in GLimp_SetMode()
720 ri.Con_Printf(PRINT_ALL, "I: got %d bits of red\n", red_bits); in GLimp_SetMode()
721 ri.Con_Printf(PRINT_ALL, "I: got %d bits of blue\n", blue_bits); in GLimp_SetMode()
780 ri.Con_Printf( PRINT_ALL, "Using hardware gamma\n"); in GLimp_SetMode()
1033 ri.Con_Printf(PRINT_ALL, "No joysticks found\n"); in OpenJoystick()
1045 ri.Con_Printf(PRINT_ALL, "Error opening joystick dev %s\n", in OpenJoystick()
[all …]
H A Djoystick.c59 ri.Con_Printf (PRINT_ALL,"\n%s configured\n\n", joy_name->string); in Joy_AdvancedUpdate_f()
119 ri.Con_Printf(PRINT_ALL, "Joystick Activated"); in RW_IN_InitJoystick()
H A Dqgl_linux.c3014 ri.Con_Printf( PRINT_ALL, "%s\n", dlerror() ); in QGL_Init()
3025 ri.Con_Printf( PRINT_ALL, "%s\n", dlerror() ); in QGL_Init()
H A Dvid_so.c95 if (print_level == PRINT_ALL) in VID_Printf()
H A Drw_svgalib.c98 ri.Con_Printf(PRINT_ALL, "mode %d: %d %d\n", i, modes[i].width, modes[i].height); in VID_InitModes()
149 ri.Con_Printf (PRINT_ALL, "Mode %d %d not found\n", vid.width, vid.height); in SWimp_InitGraphics()
156 ri.Con_Printf (PRINT_ALL, "Setting VGAMode: %d\n", current_mode ); in SWimp_InitGraphics()
229 ri.Con_Printf (PRINT_ALL, "setting mode %d:", mode ); in SWimp_SetMode()
233 ri.Con_Printf( PRINT_ALL, " invalid mode\n" ); in SWimp_SetMode()
237 ri.Con_Printf( PRINT_ALL, " %d %d\n", *pwidth, *pheight); in SWimp_SetMode()
H A Drw_in_svgalib.c289 ri.Con_Printf(PRINT_ALL, "No mouse found\n"); in RW_IN_Init()
/dports/games/quake2lnx/quake2-r0.16.2/src/ctf/
H A Dq_shared.h100 #define PRINT_ALL 0 macro
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_candygl/
H A Dgl_image.c232 ri.Con_Printf (PRINT_ALL, "bad filter name\n"); in GL_TextureMode()
315 ri.Con_Printf (PRINT_ALL, "------------------\n"); in GL_ImageList_f()
326 ri.Con_Printf (PRINT_ALL, "M"); in GL_ImageList_f()
329 ri.Con_Printf (PRINT_ALL, "S"); in GL_ImageList_f()
332 ri.Con_Printf (PRINT_ALL, "W"); in GL_ImageList_f()
335 ri.Con_Printf (PRINT_ALL, "P"); in GL_ImageList_f()
338 ri.Con_Printf (PRINT_ALL, " "); in GL_ImageList_f()
342 ri.Con_Printf (PRINT_ALL, " %3i %3i %s: %s\n", in GL_ImageList_f()
480 ri.Con_Printf (PRINT_ALL, "Bad pcx file %s\n", filename); in LoadPCX()
605 ri.Con_Printf (PRINT_ALL, "Bad tga file %s\n", name); in LoadTGA()
[all …]
/dports/games/qudos/QuDos-0.40.1-src/src/ref_gl/
H A Dgl_image.c276 ri.Con_Printf(PRINT_ALL, "bad filter name\n"); in GL_TextureMode()
324 ri.Con_Printf(PRINT_ALL, "bad alpha texture mode name\n"); in GL_TextureAlphaMode()
364 ri.Con_Printf(PRINT_ALL, "------------------\n"); in GL_ImageList_f()
373 ri.Con_Printf(PRINT_ALL, "M"); in GL_ImageList_f()
376 ri.Con_Printf(PRINT_ALL, "S"); in GL_ImageList_f()
379 ri.Con_Printf(PRINT_ALL, "W"); in GL_ImageList_f()
382 ri.Con_Printf(PRINT_ALL, "P"); in GL_ImageList_f()
385 ri.Con_Printf(PRINT_ALL, " "); in GL_ImageList_f()
389 ri.Con_Printf(PRINT_ALL, " %3i %3i %s: %s\n", in GL_ImageList_f()
519 ri.Con_Printf(PRINT_ALL, "Bad pcx file %s\n", filename); in LoadPCX()
[all …]
/dports/games/qudos/QuDos-0.40.1-src/src/unix/
H A Dgl_glx.c177 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()
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()
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()
1218 ri.Con_Printf(PRINT_ALL, "No joysticks found\n");
1233 ri.Con_Printf(PRINT_ALL, "Error opening joystick dev %s\n",
1247 ri.Con_Printf(PRINT_ALL, "Read init event\n");
[all …]
/dports/games/quake2-matrix/matrix/MatrixFixSource/
H A Dq_shared.h81 #define PRINT_ALL 0 macro
/dports/games/quake2-xatrix/quake2-xatrix-3.20/
H A Dq_shared.h81 #define PRINT_ALL 0 macro
/dports/games/quake2-psychomod/psychomod/src/
H A Dq_shared.h82 #define PRINT_ALL 0 macro
/dports/games/quake2-rogue/quake2-rogue-3.20/
H A Dq_shared.h81 #define PRINT_ALL 0 macro
/dports/games/quake2max/Quake2maX_0.45-src_unix/ref_gl/
H A Dgl_image.c270 ri.Con_Printf (PRINT_ALL, "bad filter name\n"); in GL_TextureMode()
318 ri.Con_Printf (PRINT_ALL, "bad alpha texture mode name\n"); in GL_TextureAlphaMode()
365 ri.Con_Printf (PRINT_ALL, "------------------\n"); in GL_ImageList_f()
376 ri.Con_Printf (PRINT_ALL, "M"); in GL_ImageList_f()
379 ri.Con_Printf (PRINT_ALL, "S"); in GL_ImageList_f()
382 ri.Con_Printf (PRINT_ALL, "W"); in GL_ImageList_f()
385 ri.Con_Printf (PRINT_ALL, "P"); in GL_ImageList_f()
388 ri.Con_Printf (PRINT_ALL, " "); in GL_ImageList_f()
392 ri.Con_Printf (PRINT_ALL, " %3i %3i %s: %s\n", in GL_ImageList_f()
529 ri.Con_Printf (PRINT_ALL, "Bad pcx file %s\n", filename); in LoadPCX()
[all …]
H A Dsul_png.c129 ri.Con_Printf (PRINT_ALL, "PNG Screenshot...(^iDisabled^i)\n"); in GL_ScreenShot_PNG()
147 ri.Con_Printf (PRINT_ALL, "GL_ScreenShot_PNG: Couldn't create a file\n"); in GL_ScreenShot_PNG()
164 ri.Con_Printf (PRINT_ALL, "GL_ScreenShot_PNG: Couldn't create image (NO PNG_PTR)\n"); in GL_ScreenShot_PNG()
176 ri.Con_Printf (PRINT_ALL, "GL_ScreenShot_PNG: Couldn't create image (NO INFO_PTR)\n"); in GL_ScreenShot_PNG()
185 ri.Con_Printf (PRINT_ALL, "GL_ScreenShot_PNG: Couldn't create image (BAD INFO)\n"); in GL_ScreenShot_PNG()
193 ri.Con_Printf (PRINT_ALL, "GL_ScreenShot_PNG: Couldn't create a file\n"); in GL_ScreenShot_PNG()
228 ri.Con_Printf (PRINT_ALL, "Wrote %s\n", picname); in GL_ScreenShot_PNG()
H A Dgl_model.c388 ri.Con_Printf (PRINT_ALL,"Loaded models:\n"); in Mod_Modellist_f()
393 ri.Con_Printf (PRINT_ALL, "%8i : %s\n",mod->extradatasize, mod->name); in Mod_Modellist_f()
396 ri.Con_Printf (PRINT_ALL, "Total resident: %i\n", total); in Mod_Modellist_f()
742 ri.Con_Printf (PRINT_ALL, "Couldn't load %s\n", name); in Mod_LoadTexinfo()
/dports/games/quake2max/Quake2maX_0.45-src_unix/unix/
H A Dgl_glx.c159 ri.Con_Printf( PRINT_ALL, "Failed to detect XF86DGA Mouse\n" ); in install_grabs()
645 ri.Con_Printf( PRINT_ALL, "Initializing OpenGL display\n"); in GLimp_SetMode()
648 ri.Con_Printf (PRINT_ALL, "...setting fullscreen mode %d:", mode ); in GLimp_SetMode()
650 ri.Con_Printf (PRINT_ALL, "...setting mode %d:", mode ); in GLimp_SetMode()
654 ri.Con_Printf( PRINT_ALL, " invalid mode\n" ); in GLimp_SetMode()
658 ri.Con_Printf( PRINT_ALL, " %d %d\n", width, height ); in GLimp_SetMode()
676 ri.Con_Printf(PRINT_ALL, "Using XFree86-VidModeExtension Version %d.%d\n", in GLimp_SetMode()
726 ri.Con_Printf( PRINT_ALL, "Using hardware gamma\n"); in GLimp_SetMode()
882 ri.Con_Printf( PRINT_ALL, "... Using stencil buffer\n" ); in GLimp_Init()
/dports/games/q2pro/q2pro/ref_soft/
H A Dsw_main.c1337 com.Print( PRINT_ALL, text ); in Com_Printf()
/dports/games/q2pro/q2pro/ref_newgl/
H A Dgl_main.c1149 com.Print( PRINT_ALL, text ); in Com_Printf()

12345678910>>...20