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

  /external/quake/quake/src/QW/client/
d_surf.c 298 r_drawsurf.surfwidth = surface->extents[0] >> miplevel;
299 r_drawsurf.rowbytes = r_drawsurf.surfwidth;
307 cache = D_SCAlloc (r_drawsurf.surfwidth,
308 r_drawsurf.surfwidth * r_drawsurf.surfheight);
d_iface.h 200 int surfwidth; // in mipmapped texels member in struct:__anon10383
glquake2.h 104 int surfwidth; // in mipmapped texels member in struct:__anon10416
glquake.h 150 int surfwidth; // in mipmapped texels member in struct:__anon10413
r_surf.c 262 r_numhblocks = r_drawsurf.surfwidth >> blockdivshift;
  /external/quake/quake/src/WinQuake/
d_surf.cpp 295 r_drawsurf.surfwidth = surface->extents[0] >> miplevel;
296 r_drawsurf.rowbytes = r_drawsurf.surfwidth;
304 cache = D_SCAlloc (r_drawsurf.surfwidth,
305 r_drawsurf.surfwidth * r_drawsurf.surfheight);
d_iface.h 201 int surfwidth; // in mipmapped texels member in struct:__anon10666
glquake.h 139 int surfwidth; // in mipmapped texels member in struct:__anon10774
r_surf.cpp 279 r_numhblocks = r_drawsurf.surfwidth >> blockdivshift;

Completed in 1128 milliseconds