OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTENTS_EMPTY
(Results
1 - 16
of
16
) sorted by null
/external/quake/quake/src/QW/client/
bspfile.h
134
#define
CONTENTS_EMPTY
-1
cl_pred.c
42
if (PM_HullPointContents (&cl.model_precache[1]->hulls[1], 0, pmove.origin) ==
CONTENTS_EMPTY
)
52
if (PM_HullPointContents (&cl.model_precache[1]->hulls[1], 0, pmove.origin) ==
CONTENTS_EMPTY
)
pmovetst.c
53
box_clipnodes[i].children[side] =
CONTENTS_EMPTY
;
193
if (num ==
CONTENTS_EMPTY
)
gl_rsurf.c
325
// && ((r_viewleaf->contents!=
CONTENTS_EMPTY
&& (s->flags & SURF_UNDERWATER)) ||
326
// (r_viewleaf->contents==
CONTENTS_EMPTY
&& !(s->flags & SURF_UNDERWATER))))
745
if (((r_viewleaf->contents==
CONTENTS_EMPTY
&& (p->flags & SURF_UNDERWATER)) ||
746
(r_viewleaf->contents!=
CONTENTS_EMPTY
&& !(p->flags & SURF_UNDERWATER)))
809
if (((r_viewleaf->contents==
CONTENTS_EMPTY
&& (fa->flags & SURF_UNDERWATER)) ||
810
(r_viewleaf->contents!=
CONTENTS_EMPTY
&& !(fa->flags & SURF_UNDERWATER)))
1307
if ( !(((r_viewleaf->contents==
CONTENTS_EMPTY
&& (surf->flags & SURF_UNDERWATER)) ||
1308
(r_viewleaf->contents!=
CONTENTS_EMPTY
&& !(surf->flags & SURF_UNDERWATER)))
[
all
...]
pmove.c
617
watertype =
CONTENTS_EMPTY
;
717
if (cont !=
CONTENTS_EMPTY
)
view.c
431
case
CONTENTS_EMPTY
:
gl_model.c
938
if (out->contents !=
CONTENTS_EMPTY
)
[
all
...]
/external/quake/quake/src/WinQuake/
bspfile.h
137
#define
CONTENTS_EMPTY
-1
sv_move.cpp
142
if ( ((int)ent->u.v.flags & FL_SWIM) && SV_PointContents(trace.endpos) ==
CONTENTS_EMPTY
)
sv_phys.cpp
821
ent->u.v.watertype =
CONTENTS_EMPTY
;
1220
if (ent->u.v.watertype ==
CONTENTS_EMPTY
)
1229
if (ent->u.v.watertype !=
CONTENTS_EMPTY
)
1233
ent->u.v.watertype =
CONTENTS_EMPTY
;
[
all
...]
world.cpp
84
box_clipnodes[i].children[side] =
CONTENTS_EMPTY
;
598
if (num ==
CONTENTS_EMPTY
)
view.cpp
422
case
CONTENTS_EMPTY
:
gl_model.cpp
934
if (out->contents !=
CONTENTS_EMPTY
)
[
all
...]
/external/quake/quake/src/QW/server/
world.c
84
box_clipnodes[i].children[side] =
CONTENTS_EMPTY
;
550
if (num ==
CONTENTS_EMPTY
)
883
if ( SV_HullPointContents (hull, hull->firstclipnode, origin) !=
CONTENTS_EMPTY
)
917
if ( SV_HullPointContents (hull, hull->firstclipnode, offset) !=
CONTENTS_EMPTY
)
sv_move.c
142
if ( ((int)ent->v.flags & FL_SWIM) && SV_PointContents(trace.endpos) ==
CONTENTS_EMPTY
)
sv_phys.c
687
if (ent->v.watertype ==
CONTENTS_EMPTY
)
696
if (ent->v.watertype !=
CONTENTS_EMPTY
)
700
ent->v.watertype =
CONTENTS_EMPTY
;
Completed in 81 milliseconds