Home
last modified time | relevance | path

Searched refs:sc_base (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
Dd_surf.cpp30 surfcache_t *sc_rover, *sc_base; variable
60 s = (byte *)sc_base + sc_size; in D_CheckCacheGuard()
71 s = (byte *)sc_base + sc_size; in D_ClearCacheGuard()
90 sc_base = (surfcache_t *)buffer; in D_InitCaches()
91 sc_rover = sc_base; in D_InitCaches()
93 sc_base->next = NULL; in D_InitCaches()
94 sc_base->owner = NULL; in D_InitCaches()
95 sc_base->size = sc_size; in D_InitCaches()
110 if (!sc_base) in D_FlushCaches()
113 for (c = sc_base ; c ; c = c->next) in D_FlushCaches()
[all …]
/external/quake/quake/src/QW/client/
Dd_surf.c30 surfcache_t *sc_rover, *sc_base; variable
60 s = (byte *)sc_base + sc_size; in D_CheckCacheGuard()
71 s = (byte *)sc_base + sc_size; in D_ClearCacheGuard()
89 sc_base = (surfcache_t *)buffer; in D_InitCaches()
90 sc_rover = sc_base; in D_InitCaches()
92 sc_base->next = NULL; in D_InitCaches()
93 sc_base->owner = NULL; in D_InitCaches()
94 sc_base->size = sc_size; in D_InitCaches()
109 if (!sc_base) in D_FlushCaches()
112 for (c = sc_base ; c ; c = c->next) in D_FlushCaches()
[all …]