OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:td_startframe
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/WinQuake/
cl_demo.cpp
107
if (host_framecount == cls.
td_startframe
+ 1)
341
frames = (host_framecount - cls.
td_startframe
) - 1;
378
cls.
td_startframe
= host_framecount;
client.h
132
int
td_startframe
; // host_framecount at start
member in struct:__anon11808
/gdk/samples/quake/jni/
cl_demo.cpp
107
if (host_framecount == cls.
td_startframe
+ 1)
341
frames = (host_framecount - cls.
td_startframe
) - 1;
378
cls.
td_startframe
= host_framecount;
client.h
132
int
td_startframe
; // host_framecount at start
member in struct:__anon17557
/external/quake/quake/src/QW/client/
cl_demo.c
168
cls.
td_startframe
= host_framecount;
770
frames = (host_framecount - cls.
td_startframe
) - 1;
802
cls.
td_startframe
= host_framecount;
client.h
194
int
td_startframe
; // host_framecount at start
member in struct:__anon11523
Completed in 38 milliseconds