OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_CACHED_PICS
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/WinQuake/
draw.cpp
49
#define
MAX_CACHED_PICS
128
50
cachepic_t menu_cachepics[
MAX_CACHED_PICS
];
76
if (menu_numcachepics ==
MAX_CACHED_PICS
)
77
Sys_Error ("menu_numcachepics ==
MAX_CACHED_PICS
");
gl_draw.cpp
499
#define
MAX_CACHED_PICS
128
500
cachepic_t menu_cachepics[
MAX_CACHED_PICS
];
580
if (menu_numcachepics ==
MAX_CACHED_PICS
)
581
Sys_Error ("menu_numcachepics ==
MAX_CACHED_PICS
");
[
all
...]
/external/quake/quake/src/QW/client/
draw.c
49
#define
MAX_CACHED_PICS
128
50
cachepic_t menu_cachepics[
MAX_CACHED_PICS
];
76
if (menu_numcachepics ==
MAX_CACHED_PICS
)
77
Sys_Error ("menu_numcachepics ==
MAX_CACHED_PICS
");
gl_draw.c
181
#define
MAX_CACHED_PICS
128
182
cachepic_t menu_cachepics[
MAX_CACHED_PICS
];
249
if (menu_numcachepics ==
MAX_CACHED_PICS
)
250
Sys_Error ("menu_numcachepics ==
MAX_CACHED_PICS
");
[
all
...]
Completed in 2379 milliseconds