HomeSort by relevance Sort by last modified time
    Searched defs:r_dlightframecount (Results 1 - 5 of 5) 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
  /external/quake/quake/src/WinQuake/
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_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
  /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

Completed in 545 milliseconds