HomeSort by relevance Sort by last modified time
    Searched full:zspantable (Results 1 - 10 of 10) sorted by null

  /external/quake/quake/src/QW/client/
d_modech.c 30 short *zspantable[MAXHEIGHT]; variable
101 zspantable[i] = d_pzbuffer + i*d_zwidth;
d_local.h 105 extern short *zspantable[MAXHEIGHT];
quakeasm.h 176 .extern C(zspantable)
203 .extern C(zspantable)
d_polyse.c 163 zbuf = zspantable[fv->v[1]] + fv->v[0];
373 zbuf = zspantable[new[1]] + new[0];
d_polysa.s 673 // zbuf = zspantable[new[1]] + new[0];
674 movl C(zspantable)(,%ecx,4),%eax
    [all...]
  /external/quake/quake/src/WinQuake/
d_modech.cpp 30 short *zspantable[MAXHEIGHT]; variable
101 zspantable[i] = d_pzbuffer + i*d_zwidth;
d_local.h 105 extern short *zspantable[MAXHEIGHT];
quakeasm.h 182 .extern C(zspantable)
209 .extern C(zspantable)
d_polysa.s 673 // zbuf = zspantable[new[1]] + new[0];
674 movl C(zspantable)(,%ecx,4),%eax
    [all...]
d_polyse.cpp 163 zbuf = zspantable[fv->v[1]] + fv->v[0];
373 zbuf = zspantable[new[1]] + new[0];

Completed in 307 milliseconds