Searched refs:vid_surfcache (Results 1 - 9 of 9) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dvid_dos.h63 extern void *vid_surfcache;
H A Dvid_vga.cpp44 void *vid_surfcache; variable
292 vid_surfcache = (byte *)d_pzbuffer
297 lvid->buffer = (void *)( (byte *)vid_surfcache + vid_surfcachesize);
400 D_InitCaches (vid_surfcache, vid_surfcachesize);
H A Dvid_svgalib.cpp40 static byte *vid_surfcache; variable
518 vid_surfcache = NULL;
529 vid_surfcache = ((byte *)d_pzbuffer) + zsize;
533 D_InitCaches (vid_surfcache, tsize);
H A Dvid_x.cpp103 void *vid_surfcache; variable
323 vid_surfcache = (byte *) d_pzbuffer
326 D_InitCaches(vid_surfcache, vid_surfcachesize);
378 vid_surfcache = (byte *) d_pzbuffer
381 D_InitCaches(vid_surfcache, vid_surfcachesize);
H A Dvid_ext.cpp705 D_InitCaches (vid_surfcache, vid_surfcachesize);
H A Dvid_win.cpp103 static byte *vid_surfcache; variable
292 vid_surfcache = (byte *)d_pzbuffer +
1684 D_InitCaches (vid_surfcache, vid_surfcachesize);
/external/quake/quake/src/QW/client/
H A Dvid_svgalib.c40 static byte *vid_surfcache; variable
519 vid_surfcache = NULL;
530 vid_surfcache = ((byte *)d_pzbuffer) + zsize;
534 D_InitCaches (vid_surfcache, tsize);
H A Dvid_x.c109 void *vid_surfcache; variable
244 vid_surfcache = (byte *) d_pzbuffer
247 D_InitCaches(vid_surfcache, vid_surfcachesize);
299 vid_surfcache = (byte *) d_pzbuffer
302 D_InitCaches(vid_surfcache, vid_surfcachesize);
H A Dvid_win.c107 static byte *vid_surfcache; variable
296 vid_surfcache = (byte *)d_pzbuffer +
1725 D_InitCaches (vid_surfcache, vid_surfcachesize);

Completed in 51 milliseconds