HomeSort by relevance Sort by last modified time
    Searched refs:r_pixbytes (Results 1 - 12 of 12) sorted by null

  /external/quake/quake/src/QW/client/
d_init.c 60 r_pixbytes = 1;
d_iface.h 129 extern int r_pixbytes;
draw.c 165 if (r_pixbytes == 1)
257 if (r_pixbytes == 1)
360 if (r_pixbytes == 1)
411 if (r_pixbytes == 1)
460 if (r_pixbytes == 1)
547 if (r_pixbytes == 1)
678 if (r_pixbytes == 1)
895 if (r_pixbytes == 1)
937 if (r_pixbytes == 1)
r_surf.c 267 if (r_pixbytes == 1)
634 if (r_pixbytes == 1)
647 if (r_pixbytes == 1)
model.c 1352 pskin = Hunk_AllocName (skinsize * r_pixbytes, loadname);
1356 if (r_pixbytes == 1)
1360 else if (r_pixbytes == 2)
1369 Sys_Error ("Mod_LoadAliasSkin: driver set invalid r_pixbytes: %d\n",
1370 r_pixbytes);
    [all...]
r_main.c 36 int r_pixbytes = 1; variable
486 if (r_pixbytes == 1)
  /external/quake/quake/src/WinQuake/
d_init.cpp 60 r_pixbytes = 1;
draw.cpp 169 if (r_pixbytes == 1)
305 if (r_pixbytes == 1)
354 if (r_pixbytes == 1)
441 if (r_pixbytes == 1)
569 if (r_pixbytes == 1)
784 if (r_pixbytes == 1)
819 if (r_pixbytes == 1)
d_iface.h 130 extern int r_pixbytes;
r_surf.cpp 284 if (r_pixbytes == 1)
651 if (r_pixbytes == 1)
664 if (r_pixbytes == 1)
model.cpp 1355 pskin = Hunk_AllocName (skinsize * r_pixbytes, loadname);
1359 if (r_pixbytes == 1)
1363 else if (r_pixbytes == 2)
1372 Sys_Error ("Mod_LoadAliasSkin: driver set invalid r_pixbytes: %d\n",
1373 r_pixbytes);
    [all...]
r_main.cpp 36 int r_pixbytes = 1; variable
466 if (r_pixbytes == 1)

Completed in 220 milliseconds