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

  /external/quake/quake/src/QW/client/
bspfile.h 71 #define LUMP_LEAFS 10
gl_model.c 1186 if (i == LUMP_VISIBILITY || i == LUMP_LEAFS || i == LUMP_NODES)
1205 Mod_LoadLeafs (&header->lumps[LUMP_LEAFS]);
    [all...]
model.c 1155 if (i == LUMP_VISIBILITY || i == LUMP_LEAFS || i == LUMP_NODES)
1173 Mod_LoadLeafs (&header->lumps[LUMP_LEAFS]);
    [all...]
  /external/quake/quake/src/WinQuake/
bspfile.h 74 #define LUMP_LEAFS 10
gl_model.cpp 1179 Mod_LoadLeafs (&header->lumps[LUMP_LEAFS]);
    [all...]
model.cpp 1175 Mod_LoadLeafs (&header->lumps[LUMP_LEAFS]);
    [all...]
  /external/quake/quake/src/QW/server/
model.c 1077 if (i == LUMP_VISIBILITY || i == LUMP_LEAFS || i == LUMP_NODES)
1093 Mod_LoadLeafs (&header->lumps[LUMP_LEAFS]);

Completed in 49 milliseconds