Home
last modified time | relevance | path

Searched refs:MAXCLIPPLANES (Results 1 – 10 of 10) sorted by relevance

/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Drender.h26 #define MAXCLIPPLANES 11 macro
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Drender.h23 #define MAXCLIPPLANES 11 macro
/dports/games/tenebrae/tenebrae_0/
H A Drender.h23 #define MAXCLIPPLANES 11 macro
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Drender.h28 #define MAXCLIPPLANES 11 macro
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dphysics.cpp9 const int MAXCLIPPLANES = 1024; variable
10 static clipplanes clipcache[MAXCLIPPLANES];
15 clipplanes &p = clipcache[int(&c - worldroot)&(MAXCLIPPLANES-1)]; in getclipplanes()
393 clipplanes clipcache[MAXCLIPPLANES];
429 clipplanes &p = cache->clipcache[int(&c - worldroot)&(MAXCLIPPLANES-1)]; in shadowray()
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dphysics.cpp9 const int MAXCLIPPLANES = 1024; variable
10 static clipplanes clipcache[MAXCLIPPLANES];
15 clipplanes &p = clipcache[int(&c - worldroot)&(MAXCLIPPLANES-1)]; in getclipplanes()
352 clipplanes clipcache[MAXCLIPPLANES];
397 clipplanes &p = cache->clipcache[int(&c - worldroot)&(MAXCLIPPLANES-1)]; in shadowray()
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dphysics.cpp9 const int MAXCLIPPLANES = 1024; variable
10 clipplanes clipcache[MAXCLIPPLANES], *nextclip = clipcache;
16 if(nextclip >= &clipcache[MAXCLIPPLANES]) nextclip = clipcache; in setcubeclip()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dphysics.cpp10 const int MAXCLIPPLANES = 1024; variable
11 static clipplanes clipcache[MAXCLIPPLANES];
16 clipplanes &p = clipcache[int(&c - worldroot)&(MAXCLIPPLANES-1)]; in getclipbounds()
/dports/games/tesseract-data/tesseract/src/engine/
H A Dphysics.cpp9 const int MAXCLIPPLANES = 1024; variable
10 static clipplanes clipcache[MAXCLIPPLANES];
15 clipplanes &p = clipcache[int(&c - worldroot)&(MAXCLIPPLANES-1)]; in getclipplanes()
/dports/games/tesseract/tesseract/src/engine/
H A Dphysics.cpp9 const int MAXCLIPPLANES = 1024; variable
10 static clipplanes clipcache[MAXCLIPPLANES];
15 clipplanes &p = clipcache[int(&c - worldroot)&(MAXCLIPPLANES-1)]; in getclipplanes()