HomeSort by relevance Sort by last modified time
    Searched refs:vid_surfcachesize (Results 1 - 7 of 7) sorted by null

  /external/quake/quake/src/WinQuake/
vid_dos.h 64 extern int vid_surfcachesize;
vid_vga.cpp 45 int vid_surfcachesize; variable
279 vid_surfcachesize = tsize;
297 lvid->buffer = (void *)( (byte *)vid_surfcache + vid_surfcachesize);
400 D_InitCaches (vid_surfcache, vid_surfcachesize);
vid_x.cpp 102 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);
vid_ext.cpp 705 D_InitCaches (vid_surfcache, vid_surfcachesize);
vid_win.cpp 104 static int vid_surfcachesize; variable
279 vid_surfcachesize = tsize;
    [all...]
  /external/quake/quake/src/QW/client/
vid_x.c 108 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);
vid_win.c 108 static int vid_surfcachesize; variable
283 vid_surfcachesize = tsize;
    [all...]

Completed in 49 milliseconds