Home
last modified time | relevance | path

Searched refs:MAX_SCRAPS (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
Dgl_draw.c110 #define MAX_SCRAPS 1 macro
114 int scrap_allocated[MAX_SCRAPS][BLOCK_WIDTH];
115 byte scrap_texels[MAX_SCRAPS][BLOCK_WIDTH*BLOCK_HEIGHT*4];
126 for (texnum=0 ; texnum<MAX_SCRAPS ; texnum++) in Scrap_AllocBlock()
477 texture_extension_number += MAX_SCRAPS; in Draw_Init()
/external/quake/quake/src/WinQuake/
Dgl_draw.cpp422 #define MAX_SCRAPS 2 macro
426 int scrap_allocated[MAX_SCRAPS][BLOCK_WIDTH];
427 byte scrap_texels[MAX_SCRAPS][BLOCK_WIDTH*BLOCK_HEIGHT*4];
439 for (texnum=0 ; texnum<MAX_SCRAPS ; texnum++) in Scrap_AllocBlock()
482 for (texnum=0 ; texnum<MAX_SCRAPS ; texnum++) { in Scrap_Upload()
819 texture_extension_number += MAX_SCRAPS; in Draw_Init()