OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pframedesc
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/QW/client/
r_alias.c
96
maliasframedesc_t *
pframedesc
;
local
120
pframedesc
= &pahdr->frames[frame];
124
(float)
pframedesc
->bboxmin.v[0];
126
(float)
pframedesc
->bboxmax.v[0];
130
(float)
pframedesc
->bboxmin.v[1];
132
(float)
pframedesc
->bboxmax.v[1];
136
(float)
pframedesc
->bboxmin.v[2];
138
(float)
pframedesc
->bboxmax.v[2];
/external/quake/quake/src/WinQuake/
r_alias.cpp
96
maliasframedesc_t *
pframedesc
;
local
120
pframedesc
= &pahdr->frames[frame];
124
(float)
pframedesc
->bboxmin.v[0];
126
(float)
pframedesc
->bboxmax.v[0];
130
(float)
pframedesc
->bboxmin.v[1];
132
(float)
pframedesc
->bboxmax.v[1];
136
(float)
pframedesc
->bboxmin.v[2];
138
(float)
pframedesc
->bboxmax.v[2];
host_cmd.cpp
1744
maliasframedesc_t *
pframedesc
;
local
[
all
...]
Completed in 476 milliseconds