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

  /external/quake/quake/src/QW/client/
bothdefs.h 78 #define MAX_LIGHTSTYLES 64
client.h 337 extern lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES];
r_light.c 41 for (j=0 ; j<MAX_LIGHTSTYLES ; j++)
gl_rlight.c 40 for (j=0 ; j<MAX_LIGHTSTYLES ; j++)
cl_demo.c 621 for (i=0 ; i<MAX_LIGHTSTYLES ; i++)
cl_main.c 90 lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES];
cl_parse.c 1198 if (i >= MAX_LIGHTSTYLES)
1199 Sys_Error ("svc_lightstyle > MAX_LIGHTSTYLES");
  /external/quake/quake/src/WinQuake/
client.h 282 extern lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES];
server.h 56 char *lightstyles[MAX_LIGHTSTYLES];
quakedef.h 114 #define MAX_LIGHTSTYLES 64
r_light.cpp 41 for (j=0 ; j<MAX_LIGHTSTYLES ; j++)
host_cmd.cpp 543 for (i=0 ; i<MAX_LIGHTSTYLES ; i++)
648 for (i=0 ; i<MAX_LIGHTSTYLES ; i++)
746 for (i=0 ; i<MAX_LIGHTSTYLES ; i++)
816 for (i=0 ; i<MAX_LIGHTSTYLES ; i++)
1359 for (i=0 ; i<MAX_LIGHTSTYLES ; i++)
    [all...]
gl_rlight.cpp 40 for (j=0 ; j<MAX_LIGHTSTYLES ; j++)
cl_main.cpp 50 lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES];
cl_parse.cpp 824 if (i >= MAX_LIGHTSTYLES)
825 Sys_Error ("svc_lightstyle > MAX_LIGHTSTYLES");
  /external/quake/quake/src/QW/server/
server.h 57 char *lightstyles[MAX_LIGHTSTYLES];
sv_user.c 340 for (i=0 ; i<MAX_LIGHTSTYLES ; i++)
    [all...]

Completed in 28 milliseconds