OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTENTS_SOLID
(Results
1 - 21
of
21
) sorted by null
/external/quake/quake/src/QW/client/
pmovetst.c
57
box_clipnodes[i].children[side^1] =
CONTENTS_SOLID
;
190
if (num !=
CONTENTS_SOLID
)
257
==
CONTENTS_SOLID
)
265
!=
CONTENTS_SOLID
)
287
==
CONTENTS_SOLID
)
338
if (PM_HullPointContents (hull, hull->firstclipnode, test) ==
CONTENTS_SOLID
)
r_efrag.c
98
if (node->contents ==
CONTENTS_SOLID
)
173
if (node->contents !=
CONTENTS_SOLID
)
bspfile.h
135
#define
CONTENTS_SOLID
-2
198
// leaf 0 is the generic
CONTENTS_SOLID
leaf, used for all solid areas
gl_refrag.c
97
if (node->contents ==
CONTENTS_SOLID
)
r_bsp.c
306
if (pn->contents !=
CONTENTS_SOLID
)
457
if (node->contents ==
CONTENTS_SOLID
)
pmove.c
713
if (cont !=
CONTENTS_SOLID
)
view.c
437
case
CONTENTS_SOLID
:
gl_rsurf.c
1226
if (node->contents ==
CONTENTS_SOLID
)
[
all
...]
/external/quake/quake/src/WinQuake/
r_efrag.cpp
98
if (node->contents ==
CONTENTS_SOLID
)
173
if (node->contents !=
CONTENTS_SOLID
)
gl_refrag.cpp
97
if (node->contents ==
CONTENTS_SOLID
)
bspfile.h
138
#define
CONTENTS_SOLID
-2
144
#define CONTENTS_CLIP -8 // changed to
contents_solid
211
// leaf 0 is the generic
CONTENTS_SOLID
leaf, used for all solid areas
world.cpp
88
box_clipnodes[i].children[side^1] =
CONTENTS_SOLID
;
335
if (node->contents ==
CONTENTS_SOLID
)
595
if (num !=
CONTENTS_SOLID
)
662
==
CONTENTS_SOLID
)
670
!=
CONTENTS_SOLID
)
692
==
CONTENTS_SOLID
)
r_bsp.cpp
306
if (pn->contents !=
CONTENTS_SOLID
)
457
if (node->contents ==
CONTENTS_SOLID
)
sv_move.cpp
56
if (SV_PointContents (start) !=
CONTENTS_SOLID
)
sv_main.cpp
379
if (node->contents !=
CONTENTS_SOLID
)
view.cpp
423
case
CONTENTS_SOLID
:
gl_rsurf.cpp
1297
if (node->contents ==
CONTENTS_SOLID
)
[
all
...]
sv_phys.cpp
[
all
...]
/external/quake/quake/src/QW/server/
world.c
88
box_clipnodes[i].children[side^1] =
CONTENTS_SOLID
;
325
if (node->contents ==
CONTENTS_SOLID
)
547
if (num !=
CONTENTS_SOLID
)
614
==
CONTENTS_SOLID
)
622
!=
CONTENTS_SOLID
)
644
==
CONTENTS_SOLID
)
sv_move.c
56
if (SV_PointContents (start) !=
CONTENTS_SOLID
)
sv_ents.c
49
if (node->contents !=
CONTENTS_SOLID
)
Completed in 645 milliseconds