Home
last modified time | relevance | path

Searched refs:VGA_width (Results 1 – 21 of 21) sorted by relevance

/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dvid_vga.c33 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes; variable
373 VGA_width = (lvid->width + 0x1F) & ~0x1F; in VGA_InitMode()
447 while (x * 4 + 32 < VGA_width) in VGA_UpdatePlanarScreen()
459 while (x * 4 < VGA_width) in VGA_UpdatePlanarScreen()
H A Dd_copy.asm36 _sym_prefix VGA_width
48 extern VGA_width
H A Dvid_dos.h58 extern int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes;
H A Dvid_svgalib.c52 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes; variable
318 VGA_width = modes[current_mode].width; in VID_SetMode()
524 vga_copytoplanar256(vid.buffer, VGA_bufferrowbytes, 0, VGA_rowbytes, VGA_width, VGA_height); in VID_Update()
H A Dvid_ext.c634 VGA_width = lvid->width; in VID_ExtraInitMode()
/dports/games/quake2-source/quake2-r0.16.2/src/linux/
H A Drw_svgalib.c55 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
158 VGA_width = modes[current_mode].width; in SWimp_InitGraphics()
H A Dd_copy.s48 movl C(VGA_width),%ecx
/dports/games/quake2lnx/quake2-r0.16.2/src/linux/
H A Drw_svgalib.c57 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
160 VGA_width = modes[current_mode].width; in SWimp_InitGraphics()
H A Dd_copy.s48 movl C(VGA_width),%ecx
/dports/games/r1q2/r1q2-8012_5/linux/
H A Drw_svgalib.c37 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
143 VGA_width = modes[current_mode].width; in SWimp_InitGraphics()
H A Dd_copy.s48 movl C(VGA_width),%ecx
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/targets/
H A Dvid_sdl.c62 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes = 0; variable
221 VGA_width = viddef.width; in sdl_set_vid_mode()
H A Dvid_svgalib.c78 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
294 VGA_width = modes[current_mode].width; in VID_SetMode()
/dports/games/tenebrae/tenebrae_0/
H A Dvid_dos.h53 extern int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes;
H A Dvid_vga.c36 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes; variable
368 VGA_width = (lvid->width + 0x1F) & ~0x1F; in VGA_InitMode()
H A Dd_copy.s50 movl C(VGA_width),%ecx
H A Dvid_svgalib.c101 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
492 VGA_width = modes[current_mode].width; in VID_SetMode()
H A Dvid_ext.c619 VGA_width = lvid->width; in VID_ExtraInitMode()
H A Dvid_sunxil.c124 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
H A Dvid_sunx.c54 int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; variable
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Dd_copy.S81 movl C(VGA_width),%ecx