OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r_nearzi
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/QW/client/
r_draw.c
66
float
r_nearzi
;
variable
157
if (lzi0 >
r_nearzi
) // for mipmap finding
158
r_nearzi
= lzi0;
374
if (pedge_t->nearzi >
r_nearzi
) // for mipmap finding
375
r_nearzi
= pedge_t->nearzi;
426
r_nearzi
= 0;
538
// if there was a clip off the right edge, get the right
r_nearzi
554
surface_p->nearzi =
r_nearzi
;
627
r_nearzi
= 0;
654
// if there was a clip off the right edge, get the right
r_nearzi
[
all
...]
r_drawa.s
233
// if (lzi0 >
r_nearzi
) // for mipmap finding
234
//
r_nearzi
= lzi0;
235
fcoms C(
r_nearzi
)
239
fsts C(
r_nearzi
)
quakeasm.h
133
.extern C(
r_nearzi
)
/external/quake/quake/src/WinQuake/
r_draw.cpp
66
float
r_nearzi
;
variable
157
if (lzi0 >
r_nearzi
) // for mipmap finding
158
r_nearzi
= lzi0;
374
if (pedge_t->nearzi >
r_nearzi
) // for mipmap finding
375
r_nearzi
= pedge_t->nearzi;
426
r_nearzi
= 0;
538
// if there was a clip off the right edge, get the right
r_nearzi
554
surface_p->nearzi =
r_nearzi
;
627
r_nearzi
= 0;
654
// if there was a clip off the right edge, get the right
r_nearzi
[
all
...]
r_drawa.s
233
// if (lzi0 >
r_nearzi
) // for mipmap finding
234
//
r_nearzi
= lzi0;
235
fcoms C(
r_nearzi
)
239
fsts C(
r_nearzi
)
quakeasm.h
139
.extern C(
r_nearzi
)
Completed in 101 milliseconds