Home
last modified time | relevance | path

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

/external/quake/quake/src/WinQuake/
Dvid_vga.cpp36 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes; variable
98 lvid->direct[(y + i + k) * VGA_rowbytes + in VGA_BeginDirectRect()
100 lvid->direct[(y + i + k) * VGA_rowbytes + (x>>2) + j] = in VGA_BeginDirectRect()
116 VGA_rowbytes, in VGA_BeginDirectRect()
119 VGA_rowbytes, in VGA_BeginDirectRect()
166 lvid->direct[(y + i + k) * VGA_rowbytes + (x>>2) + j] = in VGA_EndDirectRect()
180 VGA_rowbytes, in VGA_EndDirectRect()
239 Q_memset (VGA_pagebase, 0, VGA_rowbytes * VGA_height); in VGA_ClearVideoMem()
372 VGA_rowbytes = lvid->rowbytes / 4; in VGA_InitMode()
374 VGA_rowbytes = lvid->rowbytes; in VGA_InitMode()
[all …]
Dvid_ext.cpp621 VGA_rowbytes = lvid->rowbytes; in VID_ExtraInitMode()
667 regs.x.cx = pageoffset % VGA_rowbytes; in VID_ExtraInitMode()
668 regs.x.dx = pageoffset / VGA_rowbytes; in VID_ExtraInitMode()
744 regs.x.cx = pageoffset % VGA_rowbytes; in VID_ExtraSwapBuffers()
745 regs.x.dx = pageoffset / VGA_rowbytes; in VID_ExtraSwapBuffers()
785 VGA_pagebase + rects->x + (rects->y * VGA_rowbytes), in VID_ExtraSwapBuffers()
789 VGA_rowbytes); in VID_ExtraSwapBuffers()
Dd_copy.s36 movl C(VGA_rowbytes),%eax
54 movl C(VGA_rowbytes),%eax
Dvid_svgalib.cpp101 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
141 vid.direct[(y + i + k) * VGA_rowbytes + in D_BeginDirectRect()
143 vid.direct[(y + i + k) * VGA_rowbytes + (x>>2) + j] = in D_BeginDirectRect()
204 vid.direct[(y + i + k) * VGA_rowbytes + (x>>2) + j] = in D_EndDirectRect()
495 VGA_rowbytes = modes[current_mode].linewidth; in VID_SetMode()
Dvid_dos.h53 extern int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes;
Dvid_sunxil.cpp124 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
Dvid_sunx.cpp54 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
/external/quake/quake/src/QW/client/
Dd_copy.s36 movl C(VGA_rowbytes),%eax
54 movl C(VGA_rowbytes),%eax
Dvid_svgalib.c102 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
142 vid.direct[(y + i + k) * VGA_rowbytes + in D_BeginDirectRect()
144 vid.direct[(y + i + k) * VGA_rowbytes + (x>>2) + j] = in D_BeginDirectRect()
205 vid.direct[(y + i + k) * VGA_rowbytes + (x>>2) + j] = in D_EndDirectRect()
496 VGA_rowbytes = modes[current_mode].linewidth; in VID_SetMode()
Dvid_x.c50 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable