OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:td_lastframe
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/WinQuake/
cl_demo.cpp
102
if (host_framecount == cls.
td_lastframe
)
104
cls.
td_lastframe
= host_framecount;
379
cls.
td_lastframe
= -1; // get a new message this frame
client.h
131
int
td_lastframe
; // to meter out one message a frame
member in struct:__anon11808
/gdk/samples/quake/jni/
cl_demo.cpp
102
if (host_framecount == cls.
td_lastframe
)
104
cls.
td_lastframe
= host_framecount;
379
cls.
td_lastframe
= -1; // get a new message this frame
client.h
131
int
td_lastframe
; // to meter out one message a frame
member in struct:__anon17557
/external/quake/quake/src/QW/client/
cl_demo.c
157
if (cls.
td_lastframe
< 0)
158
cls.
td_lastframe
= demotime;
159
else if (demotime > cls.
td_lastframe
) {
160
cls.
td_lastframe
= demotime;
803
cls.
td_lastframe
= -1; // get a new message this frame
client.h
193
float
td_lastframe
; // to meter out one message a frame
member in struct:__anon11523
Completed in 198 milliseconds