Home | History | Annotate | Download | only in WinQuake

Lines Matching full:polys

327     p = s->polys;
392 p = s->polys;
431 p = s->polys;
481 p = s->polys;
561 p = s->polys;
620 p = s->polys;
880 DrawGLWaterPoly (fa->polys);
882 DrawGLPoly (fa->polys);
886 fa->polys->chain = lightmap_polys[fa->lightmaptexturenum];
887 lightmap_polys[fa->lightmaptexturenum] = fa->polys;
945 fa->polys->chain = lightmap_polys[fa->lightmaptexturenum];
946 lightmap_polys[fa->lightmaptexturenum] = fa->polys;
1576 poly->next = fa->polys;
1578 fa->polys = poly;