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

  /external/quake/quake/src/QW/client/
gl_draw.c 1438 static GLenum oldtarget = TEXTURE0_SGIS; variable
1451 if (target == oldtarget)
1453 cnttextures[oldtarget-TEXTURE0_SGIS] = currenttexture;
1455 oldtarget = target;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 2034 static GLenum oldtarget = TEXTURE0_SGIS; variable
    [all...]

Completed in 52 milliseconds