Searched refs:VGA_rowbytes (Results 1 – 10 of 10) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | vid_vga.cpp | 36 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 …]
|
D | vid_ext.cpp | 621 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()
|
D | d_copy.s | 36 movl C(VGA_rowbytes),%eax 54 movl C(VGA_rowbytes),%eax
|
D | vid_svgalib.cpp | 101 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()
|
D | vid_dos.h | 53 extern int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes;
|
D | vid_sunxil.cpp | 124 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
|
D | vid_sunx.cpp | 54 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
|
/external/quake/quake/src/QW/client/ |
D | d_copy.s | 36 movl C(VGA_rowbytes),%eax 54 movl C(VGA_rowbytes),%eax
|
D | vid_svgalib.c | 102 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()
|
D | vid_x.c | 50 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
|