Home
last modified time | relevance | path

Searched refs:MAX_MODELS (Results 1 – 19 of 19) sorted by relevance

/external/srec/tools/make_cfst/
Dmake_cfst.cpp34 #define MAX_MODELS 1024 macro
72 Minifst minifst[MAX_MODELS]; in main()
136 for(modelId=0; modelId<MAX_MODELS; modelId++) { in main()
166 ASSERT(modelId < MAX_MODELS); in main()
/external/quake/quake/src/QW/server/
Dserver.h55 char *model_precache[MAX_MODELS]; // NULL terminated
58 struct model_s *models[MAX_MODELS];
336 extern char localmodels[MAX_MODELS][5]; // inline model names for precache
Dsv_init.c26 char localmodels[MAX_MODELS][5]; // inline model names for precache
43 for (i=0 ; i<MAX_MODELS && sv.model_precache[i] ; i++) in SV_ModelIndex()
46 if (i==MAX_MODELS || !sv.model_precache[i]) in SV_ModelIndex()
Dsv_send.c450 for (i=0 ; i<MAX_MODELS ; i++) in SV_FindModelNumbers()
Dsv_main.c1365 for (i=0 ; i<MAX_MODELS ; i++) in SV_InitLocal()
Dpr_cmds.c929 for (i=0 ; i<MAX_MODELS ; i++) in PF_precache_model()
/external/quake/quake/src/WinQuake/
Dserver.h53 char *model_precache[MAX_MODELS]; // NULL terminated
54 struct model_s *models[MAX_MODELS];
Dcl_parse.cpp209 char model_precache[MAX_MODELS][MAX_QPATH]; in CL_ParseServerInfo()
259 if (nummodels==MAX_MODELS) in CL_ParseServerInfo()
373 if (modnum >= MAX_MODELS) in CL_ParseUpdate()
Dsv_main.cpp27 char localmodels[MAX_MODELS][5]; // inline model names for precache
61 for (i=0 ; i<MAX_MODELS ; i++) in SV_Init()
911 for (i=0 ; i<MAX_MODELS && sv.model_precache[i] ; i++) in SV_ModelIndex()
914 if (i==MAX_MODELS || !sv.model_precache[i]) in SV_ModelIndex()
Dclient.h210 struct model_s *model_precache[MAX_MODELS];
Dquakedef.h115 #define MAX_MODELS 256 // these are sent over the net as bytes macro
Dpr_cmds.cpp1104 for (i=0 ; i<MAX_MODELS ; i++) in PF_precache_model()
Dgl_rsurf.cpp1777 for (j=1 ; j<MAX_MODELS ; j++) in GL_BuildLightmaps()
DWinQuake.ncb1244MAX_MODELS][5]�sv�server_t�SV_StartSound�edict_t *entity�int channel�char *sample�int volume�SV_Ch…
/external/quake/quake/src/QW/client/
Dclient.h270 char model_name[MAX_MODELS][MAX_QPATH];
273 struct model_s *model_precache[MAX_MODELS];
Dbothdefs.h79 #define MAX_MODELS 256 // these are sent over the net as bytes macro
Dcl_demo.c527 for (j = 1; j < MAX_MODELS; j++) in CL_Record_f()
530 if (j == MAX_MODELS) in CL_Record_f()
Dcl_parse.c228 for (i=1 ; i<MAX_MODELS ; i++) in Model_NextDownload()
671 if (nummodels==MAX_MODELS) in CL_ParseModellist()
Dgl_rsurf.c1666 for (j=1 ; j<MAX_MODELS ; j++) in GL_BuildLightmaps()