Searched defs:alphaskytexture (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_warp.c29 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/
H A Dgl_warp.cpp29 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 356 milliseconds