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

  /external/quake/quake/src/QW/client/
gl_ngraph.c 30 static byte ngraph_texels[NET_GRAPHHEIGHT][NET_TIMINGS];
93 unsigned ngraph_pixels[NET_GRAPHHEIGHT][NET_TIMINGS];
97 for (a=0 ; a<NET_TIMINGS ; a++)
100 R_LineGraph (NET_TIMINGS-1-a, packet_latency[i]);
105 for (x = 0; x < NET_TIMINGS; x++)
111 M_DrawTextBox (x, y, NET_TIMINGS/8, NET_GRAPHHEIGHT/8 + 1);
121 NET_TIMINGS, NET_GRAPHHEIGHT, 0, GL_RGBA,
132 DrawQuad(x, y, NET_TIMINGS, NET_GRAPHHEIGHT, 0, 0, 1, 1);
139 glVertex2f (x+NET_TIMINGS, y);
141 glVertex2f (x+NET_TIMINGS, y+NET_GRAPHHEIGHT)
    [all...]
client.h 419 #define NET_TIMINGS 256
421 extern int packet_latency[NET_TIMINGS];
r_misc.c 217 if (vid.width - 16 <= NET_TIMINGS)
220 w = NET_TIMINGS;
231 for (a=NET_TIMINGS-w ; a<w ; a++)
cl_parse.c 112 int packet_latency[NET_TIMINGS];
137 for (a=0 ; a<NET_TIMINGS ; a++)
143 return lost * 100 / NET_TIMINGS;

Completed in 999 milliseconds