HomeSort by relevance Sort by last modified time
    Searched refs:lightmap_polys (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/client/
gl_rsurf.c 47 glpoly_t *lightmap_polys[MAX_LIGHTMAPS]; variable
715 p = lightmap_polys[i];
818 fa->polys->chain = lightmap_polys[fa->lightmaptexturenum];
819 lightmap_polys[fa->lightmaptexturenum] = fa->polys;
876 fa->polys->chain = lightmap_polys[fa->lightmaptexturenum];
877 lightmap_polys[fa->lightmaptexturenum] = fa->polys;
1142 memset (lightmap_polys, 0, sizeof(lightmap_polys));
1359 memset (lightmap_polys, 0, sizeof(lightmap_polys));
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 47 glpoly_t *lightmap_polys[MAX_LIGHTMAPS]; variable
791 p = lightmap_polys[i];
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;
1211 memset (lightmap_polys, 0, sizeof(lightmap_polys));
1427 memset (lightmap_polys, 0, sizeof(lightmap_polys));
    [all...]

Completed in 34 milliseconds