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

  /external/quake/quake/src/QW/client/
modelgen.h 67 int skinwidth; member in struct:__anon10439
d_iface.h 77 int skinwidth; member in struct:__anon10379
d_polysa.s 66 #define skinwidth 4+0 define
451 // a_ststepxwhole = r_affinetridesc.skinwidth * (r_tstepx >> 16) +
465 imull skinwidth(%esp)
    [all...]
d_polyse.c 106 int skinwidth; variable
110 void D_PolysetCalcGradients (int skinwidth);
402 if (r_affinetridesc.skinwidth != skinwidth ||
405 skinwidth = r_affinetridesc.skinwidth;
408 for (i=0 ; i<MAX_LBM_HEIGHT ; i++, s+=skinwidth)
454 d_ptex += r_affinetridesc.skinwidth;
473 d_ptex += r_affinetridesc.skinwidth;
531 void D_PolysetCalcGradients (int skinwidth)
    [all...]
gl_model.h 303 int skinwidth; member in struct:__anon10402
  /external/quake/quake/src/WinQuake/
modelgen.h 67 int skinwidth; member in struct:__anon10799
d_iface.h 78 int skinwidth; member in struct:__anon10662
d_polysa.s 66 #define skinwidth 4+0 define
451 // a_ststepxwhole = r_affinetridesc.skinwidth * (r_tstepx >> 16) +
465 imull skinwidth(%esp)
    [all...]
d_polyse.cpp 106 int skinwidth; variable
110 void D_PolysetCalcGradients (int skinwidth);
402 if (r_affinetridesc.skinwidth != skinwidth ||
405 skinwidth = r_affinetridesc.skinwidth;
408 for (i=0 ; i<MAX_LBM_HEIGHT ; i++, s+=skinwidth)
454 d_ptex += r_affinetridesc.skinwidth;
473 d_ptex += r_affinetridesc.skinwidth;
531 void D_PolysetCalcGradients (int skinwidth)
    [all...]
gl_model.h 299 int skinwidth; member in struct:__anon10765

Completed in 56 milliseconds