/external/quake/quake/src/WinQuake/ |
D | vid_dos.h | 39 int x, int y, byte *pbitmap, int width, 78 int y, byte *pbitmap, int width, int height);
|
D | vid_vga.cpp | 63 int y, byte *pbitmap, int width, int height) in VGA_BeginDirectRect() argument 101 pbitmap[(i >> repshift) * 24 + in VGA_BeginDirectRect() 120 &pbitmap[(i >> repshift) * width], in VGA_BeginDirectRect()
|
D | vid_null.cpp | 73 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | d_iface.h | 147 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height);
|
D | vid_dos.cpp | 504 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument 516 (*pcurrentmode->begindirectrect) (&vid, pcurrentmode, x, y, pbitmap, width, in D_BeginDirectRect()
|
D | vid_svgalib.cpp | 106 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument 144 pbitmap[(i >> repshift) * 24 + in D_BeginDirectRect() 164 &pbitmap[(i >> repshift)*width], width); in D_BeginDirectRect()
|
D | vid_ext.cpp | 129 int x, int y, byte *pbitmap, int width, int height) in VGA_BankedBeginDirectRect() argument 140 VGA_BeginDirectRect (lvid, pcurrentmode, x, y, pbitmap, width, height); in VGA_BankedBeginDirectRect()
|
D | gl_vidandroid.cpp | 64 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | gl_vidlinux.cpp | 130 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | vid_win.cpp | 2414 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument 2448 &pbitmap[(i >> repshift) * width], in D_BeginDirectRect() 2486 &pbitmap[(i >> repshift) * width], in D_BeginDirectRect()
|
D | gl_vidlinuxglx.cpp | 111 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | vid_sunxil.cpp | 170 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | vid_x.cpp | 1122 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | vid_sunx.cpp | 297 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | gl_vidnt.cpp | 182 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
/external/quake/quake/src/QW/client/ |
D | vid_null.c | 54 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | d_iface.h | 146 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height);
|
D | vid_svgalib.c | 107 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument 145 pbitmap[(i >> repshift) * 24 + in D_BeginDirectRect() 165 &pbitmap[(i >> repshift)*width], width); in D_BeginDirectRect()
|
D | gl_vidandroid.c | 40 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | gl_vidlinux.c | 126 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | gl_vidlinux_svga.c | 125 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | gl_vidlinuxglx.c | 94 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | gl_vidlinux_x11.c | 106 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|
D | vid_win.c | 2454 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument 2488 &pbitmap[(i >> repshift) * width], in D_BeginDirectRect() 2526 &pbitmap[(i >> repshift) * width], in D_BeginDirectRect()
|
D | vid_x.c | 1030 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect() argument
|