Searched refs:D_SCAlloc (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_surf.c126 D_SCAlloc
129 surfcache_t *D_SCAlloc (int width, int size) function
135 Sys_Error ("D_SCAlloc: bad cache width %d\n", width);
138 Sys_Error ("D_SCAlloc: bad cache size %d\n", size);
147 Sys_Error ("D_SCAlloc: %i > cache size",size);
171 Sys_Error ("D_SCAlloc: hit the end of memory");
307 cache = D_SCAlloc (r_drawsurf.surfwidth,
/external/quake/quake/src/WinQuake/
H A Dd_surf.cpp127 D_SCAlloc
130 surfcache_t *D_SCAlloc (int width, int size) function
136 Sys_Error ("D_SCAlloc: bad cache width %d\n", width);
139 Sys_Error ("D_SCAlloc: bad cache size %d\n", size);
144 Sys_Error ("D_SCAlloc: %i > cache size",size);
168 Sys_Error ("D_SCAlloc: hit the end of memory");
304 cache = D_SCAlloc (r_drawsurf.surfwidth,

Completed in 250 milliseconds