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

  /external/quake/quake/src/QW/client/
glquake2.h 158 extern int currenttexture;
glquake.h 204 extern int currenttexture;
gl_draw.c 88 if (currenttexture == texnum)
90 currenttexture = texnum;
1453 cnttextures[oldtarget-TEXTURE0_SGIS] = currenttexture;
1454 currenttexture = cnttextures[target-TEXTURE0_SGIS];
    [all...]
gl_rsurf.c 1118 currenttexture = -1;
1356 currenttexture = -1;
    [all...]
gl_rmain.c 40 int currenttexture = -1; // to avoid unnecessary texture sets variable
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 394 if (currenttexture == texnum)
396 currenttexture = texnum;
    [all...]
glquake.h 194 extern int currenttexture;
gl_rsurf.cpp 1187 currenttexture = -1;
1424 currenttexture = -1;
    [all...]
gl_rmain.cpp 40 int currenttexture = -1; // to avoid unnecessary texture sets variable
    [all...]

Completed in 39 milliseconds