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

  /external/quake/quake/src/QW/client/
bspfile.h 85 int firstface, numfaces; member in struct:__anon14089
148 unsigned short firstface; member in struct:__anon14094
gl_model.c 600 out->firstface = LittleLong (in->firstface);
872 out->firstsurface = LittleShort (in->firstface);
1229 mod->firstmodelsurface = bm->firstface;
    [all...]
model.c 591 out->firstface = LittleLong (in->firstface);
858 out->firstsurface = LittleShort (in->firstface);
1197 mod->firstmodelsurface = bm->firstface;
    [all...]
  /external/quake/quake/src/WinQuake/
bspfile.h 88 int firstface, numfaces; member in struct:__anon14377
161 unsigned short firstface; member in struct:__anon14382
gl_model.cpp 600 out->firstface = LittleLong (in->firstface);
872 out->firstsurface = LittleShort (in->firstface);
1203 mod->firstmodelsurface = bm->firstface;
    [all...]
model.cpp 609 out->firstface = LittleLong (in->firstface);
876 out->firstsurface = LittleShort (in->firstface);
1200 mod->firstmodelsurface = bm->firstface;
    [all...]
  /external/quake/quake/src/QW/server/
model.c 530 out->firstface = LittleLong (in->firstface);
795 out->firstsurface = LittleShort (in->firstface);
1117 mod->firstmodelsurface = bm->firstface;

Completed in 44 milliseconds