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

  /external/quake/quake/src/QW/client/
r_bsp.c 576 if (numbtofpolys < MAX_BTOFPOLYS)
578 pbtofpolys[numbtofpolys].clipflags =
580 pbtofpolys[numbtofpolys].psurf = surf;
581 numbtofpolys++;
609 if (numbtofpolys < MAX_BTOFPOLYS)
611 pbtofpolys[numbtofpolys].clipflags =
613 pbtofpolys[numbtofpolys].psurf = surf;
614 numbtofpolys++;
667 for (i=numbtofpolys-1 ; i>=0 ; i--)
r_local.h 215 extern int numbtofpolys;
r_misc.c 489 numbtofpolys = 0;
r_main.c 43 int numbtofpolys; variable
  /external/quake/quake/src/WinQuake/
r_bsp.cpp 576 if (numbtofpolys < MAX_BTOFPOLYS)
578 pbtofpolys[numbtofpolys].clipflags =
580 pbtofpolys[numbtofpolys].psurf = surf;
581 numbtofpolys++;
609 if (numbtofpolys < MAX_BTOFPOLYS)
611 pbtofpolys[numbtofpolys].clipflags =
613 pbtofpolys[numbtofpolys].psurf = surf;
614 numbtofpolys++;
667 for (i=numbtofpolys-1 ; i>=0 ; i--)
r_local.h 214 extern int numbtofpolys;
r_misc.cpp 416 numbtofpolys = 0;
r_main.cpp 43 int numbtofpolys; variable
  /gdk/samples/quake/jni/
r_local.h 214 extern int numbtofpolys;

Completed in 143 milliseconds