Searched refs:pface (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_edge.c123 void D_CalcGradients (msurface_t *pface) argument
131 pplane = pface->plane;
135 TransformVector (pface->texinfo->vecs[0], p_saxis);
136 TransformVector (pface->texinfo->vecs[1], p_taxis);
155 ((pface->texturemins[0] << 16) >> miplevel)
156 + pface->texinfo->vecs[0][3]*t;
158 ((pface->texturemins[1] << 16) >> miplevel)
159 + pface->texinfo->vecs[1][3]*t;
164 bbextents = ((pface->extents[0] << 16) >> miplevel) - 1;
165 bbextentt = ((pface
177 msurface_t *pface; local
[all...]
H A Dr_edge.c87 msurface_t *pface; local
100 pface = (msurface_t *)s->data;
101 R_RenderPoly (pface, 15);
114 pface = (msurface_t *)s->data;
115 R_RenderPoly (pface, 15);
/external/quake/quake/src/WinQuake/
H A Dd_edge.cpp123 void D_CalcGradients (msurface_t *pface) argument
131 pplane = pface->plane;
135 TransformVector (pface->texinfo->vecs[0], p_saxis);
136 TransformVector (pface->texinfo->vecs[1], p_taxis);
155 ((pface->texturemins[0] << 16) >> miplevel)
156 + pface->texinfo->vecs[0][3]*t;
158 ((pface->texturemins[1] << 16) >> miplevel)
159 + pface->texinfo->vecs[1][3]*t;
164 bbextents = ((pface->extents[0] << 16) >> miplevel) - 1;
165 bbextentt = ((pface
177 msurface_t *pface; local
[all...]
H A Dr_edge.cpp87 msurface_t *pface; local
100 pface = (msurface_t *)s->data;
101 R_RenderPoly (pface, 15);
114 pface = (msurface_t *)s->data;
115 R_RenderPoly (pface, 15);

Completed in 1806 milliseconds