Searched refs:VGA_rowbytes (Results 1 - 10 of 10) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dvid_vga.cpp36 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes; variable
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
[all...]
H A Dd_copy.s36 movl C(VGA_rowbytes),%eax
54 movl C(VGA_rowbytes),%eax
H A Dvid_dos.h53 extern int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes;
H A Dvid_ext.cpp621 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);
H A Dvid_svgalib.cpp101 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
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;
H A Dvid_sunx.cpp54 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
H A Dvid_sunxil.cpp124 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
/external/quake/quake/src/QW/client/
H A Dd_copy.s36 movl C(VGA_rowbytes),%eax
54 movl C(VGA_rowbytes),%eax
H A Dvid_svgalib.c102 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
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;
H A Dvid_x.c50 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable

Completed in 205 milliseconds