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

  /external/quake/quake/src/QW/client/
gl_draw.c 120 int Scrap_AllocBlock (int w, int h, int *x, int *y)
157 Sys_Error ("Scrap_AllocBlock: full");
205 texnum = Scrap_AllocBlock (p->width, p->height, &x, &y);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 432 int Scrap_AllocBlock (int w, int h, int *x, int *y)
470 Sys_Error ("Scrap_AllocBlock: full");
538 texnum = Scrap_AllocBlock (p->width, p->height, &x, &y);
    [all...]

Completed in 785 milliseconds