HomeSort by relevance Sort by last modified time
    Searched defs:oldtarget (Results 1 - 3 of 3) 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 2032 static GLenum oldtarget = TEXTURE0_SGIS; variable
    [all...]
  /gdk/samples/quake/jni/
gl_draw.cpp 2032 static GLenum oldtarget = TEXTURE0_SGIS; variable
    [all...]

Completed in 2095 milliseconds