Searched defs:pbitmap (Results 1 - 23 of 23) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dvid_null.c54 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dgl_vidandroid.c40 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dgl_vidlinuxglx.c94 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dgl_vidlinux.c126 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dgl_vidlinux_svga.c125 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dgl_vidlinux_x11.c106 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dvid_svgalib.c107 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
145 pbitmap[(i >> repshift) * 24 +
165 &pbitmap[(i >> repshift)*width], width);
H A Dvid_x.c1030 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dgl_vidnt.c182 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dvid_win.c2454 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
2488 &pbitmap[(i >> repshift) * width],
2526 &pbitmap[(i >> repshift) * width],
/external/quake/quake/src/WinQuake/
H A Dvid_null.cpp73 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dvid_vga.cpp63 int y, byte *pbitmap, int width, int height)
101 pbitmap[(i >> repshift) * 24 +
120 &pbitmap[(i >> repshift) * width],
62 VGA_BeginDirectRect(viddef_t *lvid, struct vmode_s *pcurrentmode, int x, int y, byte *pbitmap, int width, int height) argument
H A Dvid_dos.cpp504 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
516 (*pcurrentmode->begindirectrect) (&vid, pcurrentmode, x, y, pbitmap, width,
H A Dvid_ext.cpp129 int x, int y, byte *pbitmap, int width, int height)
140 VGA_BeginDirectRect (lvid, pcurrentmode, x, y, pbitmap, width, height);
128 VGA_BankedBeginDirectRect(viddef_t *lvid, struct vmode_s *pcurrentmode, int x, int y, byte *pbitmap, int width, int height) argument
H A Dgl_vidandroid.cpp64 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dgl_vidlinux.cpp130 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dgl_vidlinuxglx.cpp111 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dvid_svgalib.cpp106 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
144 pbitmap[(i >> repshift) * 24 +
164 &pbitmap[(i >> repshift)*width], width);
H A Dvid_x.cpp1122 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dgl_vidnt.cpp182 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dvid_sunx.cpp297 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dvid_sunxil.cpp170 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
H A Dvid_win.cpp2414 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
2448 &pbitmap[(i >> repshift) * width],
2486 &pbitmap[(i >> repshift) * width],

Completed in 211 milliseconds