OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vid_surfcache
(Results
1 - 9
of
9
) sorted by null
/external/quake/quake/src/WinQuake/
vid_dos.h
63
extern void *
vid_surfcache
;
vid_vga.cpp
44
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);
vid_svgalib.cpp
40
static byte *
vid_surfcache
;
variable
518
vid_surfcache
= NULL;
529
vid_surfcache
= ((byte *)d_pzbuffer) + zsize;
533
D_InitCaches (
vid_surfcache
, tsize);
vid_x.cpp
103
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);
vid_ext.cpp
705
D_InitCaches (
vid_surfcache
, vid_surfcachesize);
vid_win.cpp
103
static byte *
vid_surfcache
;
variable
292
vid_surfcache
= (byte *)d_pzbuffer +
[
all
...]
/external/quake/quake/src/QW/client/
vid_svgalib.c
40
static byte *
vid_surfcache
;
variable
519
vid_surfcache
= NULL;
530
vid_surfcache
= ((byte *)d_pzbuffer) + zsize;
534
D_InitCaches (
vid_surfcache
, tsize);
vid_x.c
109
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);
vid_win.c
107
static byte *
vid_surfcache
;
variable
296
vid_surfcache
= (byte *)d_pzbuffer +
[
all
...]
Completed in 2424 milliseconds