Searched defs:vid_surfcachesize (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dvid_vga.cpp45 int vid_surfcachesize; variable
279 vid_surfcachesize = tsize;
297 lvid->buffer = (void *)( (byte *)vid_surfcache + vid_surfcachesize);
400 D_InitCaches (vid_surfcache, vid_surfcachesize);
H A Dvid_x.cpp102 int vid_surfcachesize; variable
315 vid_surfcachesize = D_SurfaceCacheForRes (vid.width, vid.height);
317 X11_buffersize += vid_surfcachesize;
326 D_InitCaches(vid_surfcache, vid_surfcachesize);
370 vid_surfcachesize = D_SurfaceCacheForRes (vid.width, vid.height);
372 X11_buffersize += vid_surfcachesize;
381 D_InitCaches(vid_surfcache, vid_surfcachesize);
H A Dvid_win.cpp104 static int vid_surfcachesize; variable
279 vid_surfcachesize = tsize;
1684 D_InitCaches (vid_surfcache, vid_surfcachesize);
/external/quake/quake/src/QW/client/
H A Dvid_x.c108 int vid_surfcachesize; variable
236 vid_surfcachesize = D_SurfaceCacheForRes (vid.width, vid.height);
238 X11_buffersize += vid_surfcachesize;
247 D_InitCaches(vid_surfcache, vid_surfcachesize);
291 vid_surfcachesize = D_SurfaceCacheForRes (vid.width, vid.height);
293 X11_buffersize += vid_surfcachesize;
302 D_InitCaches(vid_surfcache, vid_surfcachesize);
H A Dvid_win.c108 static int vid_surfcachesize; variable
283 vid_surfcachesize = tsize;
1725 D_InitCaches (vid_surfcache, vid_surfcachesize);

Completed in 106 milliseconds