Searched refs:firstmarksurface (Results 1 - 15 of 15) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dbspfile.h208 unsigned short firstmarksurface; member in struct:__anon11293
H A Dmodel.h173 msurface_t **firstmarksurface; member in struct:mleaf_s
H A Dgl_model.h193 msurface_t **firstmarksurface; member in struct:mleaf_s
H A Dgl_model.c923 out->firstmarksurface = loadmodel->marksurfaces +
924 LittleShort(in->firstmarksurface);
941 out->firstmarksurface[j]->flags |= SURF_UNDERWATER;
946 out->firstmarksurface[j]->flags |= SURF_DONTWARP;
H A Dr_bsp.c506 mark = pleaf->firstmarksurface;
H A Dmodel.c905 out->firstmarksurface = loadmodel->marksurfaces +
906 LittleShort(in->firstmarksurface);
H A Dgl_rsurf.c1239 mark = pleaf->firstmarksurface;
/external/quake/quake/src/WinQuake/
H A Dbspfile.h221 unsigned short firstmarksurface; member in struct:__anon11581
H A Dmodel.h162 msurface_t **firstmarksurface; member in struct:mleaf_s
H A Dgl_model.h189 msurface_t **firstmarksurface; member in struct:mleaf_s
H A Dr_bsp.cpp506 mark = pleaf->firstmarksurface;
H A Dgl_model.cpp919 out->firstmarksurface = loadmodel->marksurfaces +
920 LittleShort(in->firstmarksurface);
937 out->firstmarksurface[j]->flags |= SURF_UNDERWATER;
H A Dmodel.cpp923 out->firstmarksurface = loadmodel->marksurfaces +
924 LittleShort(in->firstmarksurface);
H A Dgl_rsurf.cpp1310 mark = pleaf->firstmarksurface;
/external/quake/quake/src/QW/server/
H A Dmodel.c842 out->firstmarksurface = loadmodel->marksurfaces +
843 LittleShort(in->firstmarksurface);

Completed in 792 milliseconds