Home
last modified time | relevance | path

Searched refs:pframedesc (Results 1 – 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
Dr_alias.cpp96 maliasframedesc_t *pframedesc; in R_AliasCheckBBox() local
120 pframedesc = &pahdr->frames[frame]; in R_AliasCheckBBox()
124 (float)pframedesc->bboxmin.v[0]; in R_AliasCheckBBox()
126 (float)pframedesc->bboxmax.v[0]; in R_AliasCheckBBox()
130 (float)pframedesc->bboxmin.v[1]; in R_AliasCheckBBox()
132 (float)pframedesc->bboxmax.v[1]; in R_AliasCheckBBox()
136 (float)pframedesc->bboxmin.v[2]; in R_AliasCheckBBox()
138 (float)pframedesc->bboxmax.v[2]; in R_AliasCheckBBox()
Dhost_cmd.cpp1744 maliasframedesc_t *pframedesc; in PrintFrameName() local
1749 pframedesc = &hdr->frames[frame]; in PrintFrameName()
1751 Con_Printf ("frame %i: %s\n", frame, pframedesc->name); in PrintFrameName()
/external/quake/quake/src/QW/client/
Dr_alias.c96 maliasframedesc_t *pframedesc; in R_AliasCheckBBox() local
120 pframedesc = &pahdr->frames[frame]; in R_AliasCheckBBox()
124 (float)pframedesc->bboxmin.v[0]; in R_AliasCheckBBox()
126 (float)pframedesc->bboxmax.v[0]; in R_AliasCheckBBox()
130 (float)pframedesc->bboxmin.v[1]; in R_AliasCheckBBox()
132 (float)pframedesc->bboxmax.v[1]; in R_AliasCheckBBox()
136 (float)pframedesc->bboxmin.v[2]; in R_AliasCheckBBox()
138 (float)pframedesc->bboxmax.v[2]; in R_AliasCheckBBox()