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

  /external/quake/quake/src/QW/client/
r_light.c 25 int r_dlightframecount; variable
97 if (surf->dlightframe != r_dlightframecount)
100 surf->dlightframe = r_dlightframecount;
120 r_dlightframecount = r_framecount + 1; // because the count hasn't
gl_rlight.c 24 int r_dlightframecount; variable
152 r_dlightframecount = r_framecount + 1; // because the count hasn't
217 if (surf->dlightframe != r_dlightframecount)
220 surf->dlightframe = r_dlightframecount;
243 r_dlightframecount = r_framecount + 1; // because the count hasn't
r_local.h 299 extern int r_dlightframecount;
r_main.c 769 r_dlightframecount = r_framecount;
  /external/quake/quake/src/WinQuake/
r_light.cpp 25 int r_dlightframecount; variable
97 if (surf->dlightframe != r_dlightframecount)
100 surf->dlightframe = r_dlightframecount;
120 r_dlightframecount = r_framecount + 1; // because the count hasn't
gl_rlight.cpp 24 int r_dlightframecount; variable
155 r_dlightframecount = r_framecount + 1; // because the count hasn't
220 if (surf->dlightframe != r_dlightframecount)
223 surf->dlightframe = r_dlightframecount;
246 r_dlightframecount = r_framecount + 1; // because the count hasn't
r_local.h 298 extern int r_dlightframecount;
r_main.cpp 756 r_dlightframecount = r_framecount;
  /gdk/samples/quake/jni/
gl_rlight.cpp 24 int r_dlightframecount; variable
155 r_dlightframecount = r_framecount + 1; // because the count hasn't
220 if (surf->dlightframe != r_dlightframecount)
223 surf->dlightframe = r_dlightframecount;
246 r_dlightframecount = r_framecount + 1; // because the count hasn't
r_local.h 298 extern int r_dlightframecount;

Completed in 1613 milliseconds