HomeSort by relevance Sort by last modified time
    Searched defs:CL_AllocDlight (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
cl_main.cpp 313 CL_AllocDlight
317 dlight_t *CL_AllocDlight (int key)
544 dl = CL_AllocDlight (i);
556 dl = CL_AllocDlight (i);
564 dl = CL_AllocDlight (i);
572 dl = CL_AllocDlight (i);
580 dl = CL_AllocDlight (i);
598 dl = CL_AllocDlight (i);
  /external/quake/quake/src/QW/client/
cl_ents.c 38 CL_AllocDlight
42 dlight_t *CL_AllocDlight (int key)
90 dl = CL_AllocDlight (key);
530 dl = CL_AllocDlight (s1->number);

Completed in 31 milliseconds