Home
last modified time | relevance | path

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

/dports/games/r1q2/r1q2-8012_5/linux/
H A Drw_x11.c39 static qboolean doShm; variable
635 if (doShm && x_event.type == x_shmeventtype) in GetEvent()
843 doShm = true; in SWimp_InitGraphics()
851 doShm = false; in SWimp_InitGraphics()
855 if (doShm) in SWimp_InitGraphics()
891 if (doShm) in SWimp_EndFrame()
904 if (doShm) in SWimp_EndFrame()
1008 if (doShm) { in SWimp_Shutdown()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/targets/
H A Dvid_x11.c86 static qboolean doShm; variable
508 if (doShm) in x11_init_buffers()
613 doShm = true; in x11_create_context()
620 doShm = false; in x11_create_context()
624 if (doShm) { in x11_create_context()
757 if (doShm) { in VID_Update()
/dports/games/quake2lnx/quake2-r0.16.2/src/solaris/
H A Drw_x11.c45 static qboolean doShm; variable
824 if (doShm && event.type == x_shmeventtype) { in HandleEvents()
1022 doShm = true; in SWimp_InitGraphics()
1030 doShm = false; in SWimp_InitGraphics()
1034 if (doShm) in SWimp_InitGraphics()
1071 if (doShm) in SWimp_EndFrame()
1084 if (doShm) in SWimp_EndFrame()
1188 if (doShm) { in SWimp_Shutdown()
/dports/games/quake2-source/quake2-r0.16.2/src/solaris/
H A Drw_x11.c45 static qboolean doShm; variable
824 if (doShm && event.type == x_shmeventtype) { in HandleEvents()
1022 doShm = true; in SWimp_InitGraphics()
1030 doShm = false; in SWimp_InitGraphics()
1034 if (doShm) in SWimp_InitGraphics()
1071 if (doShm) in SWimp_EndFrame()
1084 if (doShm) in SWimp_EndFrame()
1188 if (doShm) { in SWimp_Shutdown()
/dports/games/heretic/glheretic-1.2/graphics/
H A Di_x11.c66 static boolean doShm; variable
355 if (doShm && X_event.type == X_shmeventtype) shmFinished = true; in I_GetEvent()
613 if (doShm) { in I_FinishUpdate()
1095 doShm = XShmQueryExtension(X_display); in I_InitGraphics()
1097 doShm =FALSE; in I_InitGraphics()
1102 if (doShm) in I_InitGraphics()
1110 if (!(!strcasecmp(displayname, "unix") || !*displayname)) doShm = false; in I_InitGraphics()
1114 if (doShm) in I_InitGraphics()
1239 if (doShm) in I_InitGraphics()
H A Di_x11_fast.c66 static boolean doShm; variable
370 if (doShm && X_event.type == X_shmeventtype) shmFinished = true; in I_GetEvent()
585 if (doShm) { in I_FinishUpdate()
1069 doShm = XShmQueryExtension(X_display); in I_InitGraphics()
1071 doShm =FALSE; in I_InitGraphics()
1076 if (doShm) in I_InitGraphics()
1084 if (!(!strcasecmp(displayname, "unix") || !*displayname)) doShm = false; in I_InitGraphics()
1088 if (doShm) in I_InitGraphics()
1213 if (doShm) in I_InitGraphics()
/dports/games/quake2lnx/quake2-r0.16.2/src/irix/
H A Dglw_imp.c51 static qboolean doShm; variable
504 doShm = true; in GLimp_InitGraphics()
512 doShm = false; in GLimp_InitGraphics()
518 if (doShm) in GLimp_InitGraphics()
737 if (doShm && x_event.type == x_shmeventtype) in GetEvent()
/dports/games/quake2-source/quake2-r0.16.2/src/irix/
H A Dglw_imp.c51 static qboolean doShm; variable
504 doShm = true; in GLimp_InitGraphics()
512 doShm = false; in GLimp_InitGraphics()
518 if (doShm) in GLimp_InitGraphics()
737 if (doShm && x_event.type == x_shmeventtype) in GetEvent()
/dports/games/tenebrae/tenebrae_0/
H A Dvid_x.c74 static qboolean doShm; variable
640 doShm = true; in VID_Init()
648 doShm = false; in VID_Init()
652 if (doShm) in VID_Init()
937 if (doShm && x_event.type == x_shmeventtype) in GetEvent()
969 if (doShm) in VID_Update()
993 if (doShm) in VID_Update()
H A Dvid_sunx.c122 static qboolean doShm; variable
768 doShm = true; in VID_Init()
776 doShm = false; in VID_Init()
780 if (doShm) in VID_Init()
989 if (doShm && x_event.type == x_shmeventtype) in GetEvent()
1040 if (doShm) in VID_Update()
1054 if (doShm) in VID_Update()
/dports/x11/virtualgl/virtualgl-3.0/util/
H A Dfbxtest.cpp51 bool doPixmap = false, doShm = true, doFS = false, doVid = false, variable
507 if(doShm) in display()
519 if(doShm) in display()
591 TRY_FBX(fbx_init(&fb[i], wh, 0, 0, doShm ? 1 : 0)); in event_loop()
729 doShm = false; in main()
739 doPixmap = true; doShm = false; in main()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/
H A Di_video_xshm.c223 static boolean doShm; variable
577 doShm = XShmQueryExtension(X_display); in checkForShm()
580 if(doShm && localDisplay) { in checkForShm()
581 doShm = true; in checkForShm()
585 doShm = false; in checkForShm()
587 doShm = false; in checkForShm()
1011 if (doShm && X_event.type == X_shmeventtype) in I_GetEvent()
1300 if (doShm) in I_FinishUpdate()
1704 if(doShm) { in destroyWindow()
1901 if (doShm) in createWindow()
/dports/games/quake2-source/quake2-r0.16.2/src/linux/
H A Drw_x11.c105 static qboolean doShm; variable
1066 if (doShm && event.type == x_shmeventtype) in HandleEvents()
1304 doShm = false; in SWimp_InitGraphics()
1332 if (doShm) in SWimp_InitGraphics()
1370 if (doShm) in SWimp_EndFrame()
1383 if (doShm) in SWimp_EndFrame()
1515 if (doShm) { in SWimp_Shutdown()
/dports/games/quake2lnx/quake2-r0.16.2/src/linux/
H A Drw_x11.c105 static qboolean doShm; variable
1072 if (doShm && event.type == x_shmeventtype) in HandleEvents()
1310 doShm = false; in SWimp_InitGraphics()
1338 if (doShm) in SWimp_InitGraphics()
1376 if (doShm) in SWimp_EndFrame()
1389 if (doShm) in SWimp_EndFrame()
1521 if (doShm) { in SWimp_Shutdown()