Home
last modified time | relevance | path

Searched refs:surfcache_t (Results 1 – 11 of 11) sorted by relevance

/external/quake/quake/src/QW/client/
Dd_surf.c30 surfcache_t *sc_rover, *sc_base;
89 sc_base = (surfcache_t *)buffer; in D_InitCaches()
107 surfcache_t *c; in D_FlushCaches()
129 surfcache_t *D_SCAlloc (int width, int size) in D_SCAlloc()
131 surfcache_t *new; in D_SCAlloc()
141 size = (int)((long)&((surfcache_t *)0)->data[size]); in D_SCAlloc()
143 size = (int)&((surfcache_t *)0)->data[size]; in D_SCAlloc()
182 sc_rover = (surfcache_t *)( (byte *)new + size); in D_SCAlloc()
222 surfcache_t *test; in D_SCDump()
267 surfcache_t *D_CacheSurface (msurface_t *surface, int miplevel) in D_CacheSurface()
[all …]
Dd_local.h49 } surfcache_t; typedef
62 extern surfcache_t *sc_rover;
63 extern surfcache_t *d_initial_rover;
84 surfcache_t *D_CacheSurface (msurface_t *surface, int miplevel);
Dd_init.c31 surfcache_t *d_initial_rover;
Dglquake2.h92 } surfcache_t; typedef
Dglquake.h138 } surfcache_t; typedef
Dd_edge.c178 surfcache_t *pcurrentcache; in D_DrawSurfaces()
/external/quake/quake/src/WinQuake/
Dd_surf.cpp30 surfcache_t *sc_rover, *sc_base;
90 sc_base = (surfcache_t *)buffer; in D_InitCaches()
108 surfcache_t *c; in D_FlushCaches()
130 surfcache_t *D_SCAlloc (int width, int size) in D_SCAlloc()
132 surfcache_t *new; in D_SCAlloc()
141 size = (int)&((surfcache_t *)0)->data[size]; in D_SCAlloc()
179 sc_rover = (surfcache_t *)( (byte *)new + size); in D_SCAlloc()
219 surfcache_t *test; in D_SCDump()
264 surfcache_t *D_CacheSurface (msurface_t *surface, int miplevel) in D_CacheSurface()
266 surfcache_t *cache; in D_CacheSurface()
Dd_local.h49 } surfcache_t; typedef
62 extern surfcache_t *sc_rover;
63 extern surfcache_t *d_initial_rover;
84 surfcache_t *D_CacheSurface (msurface_t *surface, int miplevel);
Dd_init.cpp31 surfcache_t *d_initial_rover;
Dd_edge.cpp178 surfcache_t *pcurrentcache; in D_DrawSurfaces()
Dglquake.h127 } surfcache_t; typedef