/external/quake/quake/src/QW/client/ |
r_bsp.c | 158 void R_RecursiveClipBPoly (bedge_t *pedges, mnode_t *pnode, msurface_t *psurf) 309 R_RenderBmodelFace (psideedges[i], psurf); 315 psurf); 332 msurface_t *psurf; local 341 psurf = &pmodel->surfaces[pmodel->firstmodelsurface]; 345 for (i=0 ; i<numsurfaces ; i++, psurf++) 348 pplane = psurf->plane; 353 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) || 354 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON))) 366 if (psurf->numedges > 0 414 msurface_t *psurf; local [all...] |
r_draw.c | 584 void R_RenderBmodelFace (bedge_t *pedges, msurface_t *psurf) 602 if ((edge_p + psurf->numedges + 4) >= edge_max) 604 r_outofedges += psurf->numedges; 668 surface_p->data = (void *)psurf; 670 surface_p->flags = psurf->flags; 677 pplane = psurf->plane; 885 msurface_t *psurf; local 889 psurf = &pmodel->surfaces[pmodel->firstmodelsurface]; 892 for (i=0 ; i<numsurfaces ; i++, psurf++) 895 pplane = psurf->plane [all...] |
r_surf.c | 630 void R_GenTile (msurface_t *psurf, void *pdest) 632 if (psurf->flags & SURF_DRAWTURB) 637 ((byte *)psurf->texinfo->texture + psurf->texinfo->texture->offsets[0]), pdest); 642 ((byte *)psurf->texinfo->texture + psurf->texinfo->texture->offsets[0]), pdest); 645 else if (psurf->flags & SURF_DRAWSKY)
|
d_iface.h | 207 void R_GenTile (msurface_t *psurf, void *pdest);
|
r_local.h | 136 void R_RenderBmodelFace (bedge_t *pedges, msurface_t *psurf); 210 msurface_t *psurf; member in struct:btofpoly_s
|
gl_rsurf.c | 1111 msurface_t *psurf; local 1157 psurf = &clmodel->surfaces[clmodel->firstmodelsurface]; 1182 for (i=0 ; i<clmodel->nummodelsurfaces ; i++, psurf++) 1185 pplane = psurf->plane; 1190 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) || 1191 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON))) 1194 R_RenderBrushPoly (psurf); 1196 R_DrawSequentialPoly (psurf); [all...] |
/external/quake/quake/src/WinQuake/ |
r_bsp.cpp | 158 void R_RecursiveClipBPoly (bedge_t *pedges, mnode_t *pnode, msurface_t *psurf)
309 R_RenderBmodelFace (psideedges[i], psurf);
315 psurf);
332 msurface_t *psurf;
local 341 psurf = &pmodel->surfaces[pmodel->firstmodelsurface];
345 for (i=0 ; i<numsurfaces ; i++, psurf++)
348 pplane = psurf->plane;
353 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) ||
354 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON)))
366 if (psurf->numedges > 0) 414 msurface_t *psurf; local [all...] |
r_draw.cpp | 584 void R_RenderBmodelFace (bedge_t *pedges, msurface_t *psurf)
602 if ((edge_p + psurf->numedges + 4) >= edge_max)
604 r_outofedges += psurf->numedges;
668 surface_p->data = (void *)psurf;
670 surface_p->flags = psurf->flags;
677 pplane = psurf->plane;
885 msurface_t *psurf;
local 889 psurf = &pmodel->surfaces[pmodel->firstmodelsurface];
892 for (i=0 ; i<numsurfaces ; i++, psurf++)
895 pplane = psurf->plane; [all...] |
r_surf.cpp | 647 void R_GenTile (msurface_t *psurf, void *pdest)
649 if (psurf->flags & SURF_DRAWTURB)
654 ((byte *)psurf->texinfo->texture + psurf->texinfo->texture->offsets[0]), pdest);
659 ((byte *)psurf->texinfo->texture + psurf->texinfo->texture->offsets[0]), pdest);
662 else if (psurf->flags & SURF_DRAWSKY)
|
d_iface.h | 208 void R_GenTile (msurface_t *psurf, void *pdest);
|
r_local.h | 135 void R_RenderBmodelFace (bedge_t *pedges, msurface_t *psurf);
209 msurface_t *psurf;
member in struct:btofpoly_s
|
gl_rsurf.cpp | 1180 msurface_t *psurf; local 1226 psurf = &clmodel->surfaces[clmodel->firstmodelsurface]; 1251 for (i=0 ; i<clmodel->nummodelsurfaces ; i++, psurf++) 1254 pplane = psurf->plane; 1259 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) || 1260 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON))) 1263 R_RenderBrushPoly (psurf); 1265 R_DrawSequentialPoly (psurf); [all...] |