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

  /external/quake/quake/src/QW/client/
gl_model.c 1371 #define FLOODFILL_FIFO_SIZE 0x1000
1372 #define FLOODFILL_FIFO_MASK (FLOODFILL_FIFO_SIZE - 1)
1388 floodfill_t fifo[FLOODFILL_FIFO_SIZE];
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.cpp 1346 #define FLOODFILL_FIFO_SIZE 0x1000
1347 #define FLOODFILL_FIFO_MASK (FLOODFILL_FIFO_SIZE - 1)
1363 floodfill_t fifo[FLOODFILL_FIFO_SIZE];
    [all...]

Completed in 8242 milliseconds