OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pcurrentmode
(Results
1 - 5
of
5
) sorted by null
/external/quake/quake/src/WinQuake/
vid_dos.cpp
38
vmode_t *
pcurrentmode
= NULL;
variable
211
if (
pcurrentmode
== NULL)
224
if (pnewmode ==
pcurrentmode
)
228
poldmode =
pcurrentmode
;
229
pcurrentmode
= pnewmode;
231
vid.width =
pcurrentmode
->width;
232
vid.height =
pcurrentmode
->height;
233
vid.aspect =
pcurrentmode
->aspect;
234
vid.rowbytes =
pcurrentmode
->rowbytes;
236
stat = (*
pcurrentmode
->setmode) (&vid, pcurrentmode);
[
all
...]
gl_vidnt.cpp
74
static vmode_t *
pcurrentmode
;
variable
[
all
...]
vid_win.cpp
132
static vmode_t *
pcurrentmode
;
variable
[
all
...]
/external/quake/quake/src/QW/client/
gl_vidnt.c
74
static vmode_t *
pcurrentmode
;
variable
[
all
...]
vid_win.c
136
static vmode_t *
pcurrentmode
;
variable
[
all
...]
Completed in 83 milliseconds