OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:surfcache_s
(Results
1 - 7
of
7
) sorted by null
/external/quake/quake/src/QW/client/
d_local.h
37
typedef struct
surfcache_s
struct
39
struct
surfcache_s
*next;
40
struct
surfcache_s
**owner; // NULL is an empty chunk of memory
glquake2.h
80
typedef struct
surfcache_s
struct
82
struct
surfcache_s
*next;
83
struct
surfcache_s
**owner; // NULL is an empty chunk of memory
glquake.h
126
typedef struct
surfcache_s
struct
128
struct
surfcache_s
*next;
129
struct
surfcache_s
**owner; // NULL is an empty chunk of memory
model.h
127
struct
surfcache_s
*cachespots[MIPLEVELS];
/external/quake/quake/src/WinQuake/
d_local.h
37
typedef struct
surfcache_s
struct
39
struct
surfcache_s
*next;
40
struct
surfcache_s
**owner; // NULL is an empty chunk of memory
glquake.h
115
typedef struct
surfcache_s
struct
117
struct
surfcache_s
*next;
118
struct
surfcache_s
**owner; // NULL is an empty chunk of memory
model.h
116
struct
surfcache_s
*cachespots[MIPLEVELS];
Completed in 762 milliseconds