HomeSort by relevance Sort by last modified time
    Searched refs:screenwidth (Results 1 - 25 of 29) sorted by null

1 2

  /external/quake/quake/src/QW/client/
d_part.c 103 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
116 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
135 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
160 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
191 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
d_init.c 133 screenwidth = WARP_WIDTH;
135 screenwidth = vid.rowbytes;
d_scan.c 64 rowptr[v] = d_viewbuffer + (r_refdef.vrect.y * screenwidth) +
65 (screenwidth * (int)((float)v * hratio * h / (h + AMP2 * 2)));
141 (screenwidth * pspan->v) + pspan->u);
275 (screenwidth * pspan->v) + pspan->u);
r_shared.h 46 extern int screenwidth;
d_parta.s 238 movl C(screenwidth),%ebx
269 movl C(screenwidth),%ebx
328 movl C(screenwidth),%ebx
431 // for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
456 addl C(screenwidth),%edi
d_sky.c 78 (screenwidth * pspan->v) + pspan->u);
d_edge.c 28 int screenwidth; variable
92 pdest = (byte *)d_viewbuffer + screenwidth*span->v;
d_polyse.c 772 d_pdestbasestep = screenwidth + ubasestep;
775 ystart * screenwidth + plefttop[0];
843 d_pdestbasestep = screenwidth + ubasestep;
845 d_pdest = (byte *)d_viewbuffer + ystart * screenwidth + plefttop[0];
quakeasm.h 108 .extern C(screenwidth)
r_local.h 265 extern int screenwidth;
d_sprite.c 62 pdest = (byte *)d_viewbuffer + (screenwidth * pspan->v) + pspan->u;
r_edge.c 53 extern int screenwidth;
  /external/quake/quake/src/WinQuake/
d_part.cpp 103 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
116 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
135 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
160 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
191 for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
d_init.cpp 132 screenwidth = WARP_WIDTH;
134 screenwidth = vid.rowbytes;
d_scan.cpp 64 rowptr[v] = d_viewbuffer + (r_refdef.vrect.y * screenwidth) +
65 (screenwidth * (int)((float)v * hratio * h / (h + AMP2 * 2)));
143 (screenwidth * pspan->v) + pspan->u);
277 (screenwidth * pspan->v) + pspan->u);
r_shared.h 49 extern int screenwidth;
d_parta.s 238 movl C(screenwidth),%ebx
269 movl C(screenwidth),%ebx
328 movl C(screenwidth),%ebx
431 // for ( ; count ; count--, pz += d_zwidth, pdest += screenwidth)
456 addl C(screenwidth),%edi
d_sky.cpp 78 (screenwidth * pspan->v) + pspan->u);
d_edge.cpp 28 int screenwidth; variable
92 pdest = (byte *)d_viewbuffer + screenwidth*span->v;
d_polyse.cpp 768 ystart * screenwidth + plefttop[0];
800 d_pdestbasestep = screenwidth + ubasestep;
866 d_pdest = (byte *)d_viewbuffer + ystart * screenwidth + plefttop[0];
890 d_pdestbasestep = screenwidth + ubasestep;
quakeasm.h 114 .extern C(screenwidth)
r_local.h 264 extern int screenwidth;
d_sprite.cpp 62 pdest = (byte *)d_viewbuffer + (screenwidth * pspan->v) + pspan->u;
r_edge.cpp 53 extern int screenwidth;
  /gdk/samples/quake/jni/
r_local.h 264 extern int screenwidth;

Completed in 699 milliseconds

1 2