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

  /external/quake/quake/src/QW/client/
gl_warp.c 29 int alphaskytexture; variable
292 GL_Bind (alphaskytexture);
322 GL_Bind (alphaskytexture);
1092 if (!alphaskytexture)
1093 alphaskytexture = texture_extension_number++;
1094 GL_Bind(alphaskytexture);
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 29 int alphaskytexture; variable
341 GL_Bind (alphaskytexture);
371 GL_Bind (alphaskytexture);
1141 if (!alphaskytexture)
1142 alphaskytexture = texture_extension_number++;
1143 GL_Bind(alphaskytexture);

Completed in 75 milliseconds