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

  /external/quake/quake/src/QW/client/
d_init.c 57 r_drawpolys = false;
d_iface.h 113 extern qboolean r_drawpolys; // 1 if driver wants clipped polygons
r_bsp.c 572 if (r_drawpolys)
605 if (r_drawpolys)
r_main.c 32 qboolean r_drawpolys; variable
825 if (r_drawpolys | r_drawculledpolys)
954 if (!(r_drawpolys | r_drawculledpolys))
  /external/quake/quake/src/WinQuake/
d_init.cpp 57 r_drawpolys = false;
d_iface.h 114 extern qboolean r_drawpolys; // 1 if driver wants clipped polygons
r_bsp.cpp 572 if (r_drawpolys)
605 if (r_drawpolys)
r_main.cpp 32 qboolean r_drawpolys; variable
812 if (r_drawpolys | r_drawculledpolys)
941 if (!(r_drawpolys | r_drawculledpolys))

Completed in 124 milliseconds