OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VGA_rowbytes
(Results
1 - 10
of
10
) 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
...]
d_copy.s
36
movl C(
VGA_rowbytes
),%eax
54
movl C(
VGA_rowbytes
),%eax
vid_dos.h
53
extern int VGA_width, VGA_height,
VGA_rowbytes
, VGA_bufferrowbytes;
vid_ext.cpp
621
VGA_rowbytes
= lvid->rowbytes;
667
regs.x.cx = pageoffset %
VGA_rowbytes
;
668
regs.x.dx = pageoffset /
VGA_rowbytes
;
744
regs.x.cx = pageoffset %
VGA_rowbytes
;
745
regs.x.dx = pageoffset /
VGA_rowbytes
;
785
VGA_pagebase + rects->x + (rects->y *
VGA_rowbytes
),
789
VGA_rowbytes
);
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/
d_copy.s
36
movl C(
VGA_rowbytes
),%eax
54
movl C(
VGA_rowbytes
),%eax
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 2623 milliseconds