OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SND_PaintChannelFrom8
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
snd_mix.c
258
void
SND_PaintChannelFrom8
(channel_t *ch, sfxcache_t *sc, int endtime);
303
SND_PaintChannelFrom8
(ch, sc, count);
346
void
SND_PaintChannelFrom8
(channel_t *ch, sfxcache_t *sc, int count)
/external/quake/quake/src/WinQuake/
snd_mix.cpp
266
void
SND_PaintChannelFrom8
(channel_t *ch, sfxcache_t *sc, int endtime);
311
SND_PaintChannelFrom8
(ch, sc, count);
354
void
SND_PaintChannelFrom8
(channel_t *ch, sfxcache_t *sc, int count)
Completed in 123 milliseconds