OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VGA_rowbytes
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/WinQuake/
vid_vga.cpp
36
int VGA_width, VGA_height,
VGA_rowbytes
, VGA_bufferrowbytes;
98
lvid->direct[(y + i + k) *
VGA_rowbytes
+
100
lvid->direct[(y + i + k) *
VGA_rowbytes
+ (x>>2) + j] =
116
VGA_rowbytes
,
119
VGA_rowbytes
,
166
lvid->direct[(y + i + k) *
VGA_rowbytes
+ (x>>2) + j] =
180
VGA_rowbytes
,
239
Q_memset (VGA_pagebase, 0,
VGA_rowbytes
* VGA_height);
372
VGA_rowbytes
= lvid->rowbytes / 4;
374
VGA_rowbytes
= lvid->rowbytes;
[
all
...]
vid_svgalib.cpp
101
int VGA_width, VGA_height,
VGA_rowbytes
, VGA_bufferrowbytes, VGA_planar;
141
vid.direct[(y + i + k) *
VGA_rowbytes
+
143
vid.direct[(y + i + k) *
VGA_rowbytes
+ (x>>2) + j] =
204
vid.direct[(y + i + k) *
VGA_rowbytes
+ (x>>2) + j] =
495
VGA_rowbytes
= modes[current_mode].linewidth;
vid_sunx.cpp
54
int VGA_width, VGA_height,
VGA_rowbytes
, VGA_bufferrowbytes, VGA_planar;
vid_sunxil.cpp
124
int VGA_width, VGA_height,
VGA_rowbytes
, VGA_bufferrowbytes, VGA_planar;
/external/quake/quake/src/QW/client/
vid_svgalib.c
102
int VGA_width, VGA_height,
VGA_rowbytes
, VGA_bufferrowbytes, VGA_planar;
142
vid.direct[(y + i + k) *
VGA_rowbytes
+
144
vid.direct[(y + i + k) *
VGA_rowbytes
+ (x>>2) + j] =
205
vid.direct[(y + i + k) *
VGA_rowbytes
+ (x>>2) + j] =
496
VGA_rowbytes
= modes[current_mode].linewidth;
vid_x.c
50
int VGA_width, VGA_height,
VGA_rowbytes
, VGA_bufferrowbytes, VGA_planar;
Completed in 801 milliseconds