Home
last modified time | relevance | path

Searched refs:TEXTURE0_SGIS (Results 1 – 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
Dgl_rsurf.c291 GL_SelectTexture(TEXTURE0_SGIS); in GL_DisableMultitexture()
439 GL_SelectTexture(TEXTURE0_SGIS); in R_DrawSequentialPoly()
463 qglMTexCoord2fSGIS (TEXTURE0_SGIS, v[3], v[4]); in R_DrawSequentialPoly()
542 GL_SelectTexture(TEXTURE0_SGIS); in R_DrawSequentialPoly()
565 qglMTexCoord2fSGIS (TEXTURE0_SGIS, v[3], v[4]); in R_DrawSequentialPoly()
1712 GL_SelectTexture(TEXTURE0_SGIS); in GL_BuildLightmaps()
Dglquake.h262 #define TEXTURE0_SGIS 0x835E macro
Dgl_draw.c1438 static GLenum oldtarget = TEXTURE0_SGIS;
1453 cnttextures[oldtarget-TEXTURE0_SGIS] = currenttexture; in GL_SelectTexture()
1454 currenttexture = cnttextures[target-TEXTURE0_SGIS]; in GL_SelectTexture()
/external/quake/quake/src/WinQuake/
Dgl_rsurf.cpp292 GL_SelectTexture(TEXTURE0_SGIS); in GL_DisableMultitexture()
435 GL_SelectTexture(TEXTURE0_SGIS); in R_DrawSequentialPoly()
473 qglMTexCoord2fSGIS (TEXTURE0_SGIS, v[3], v[4]); in R_DrawSequentialPoly()
564 GL_SelectTexture(TEXTURE0_SGIS); in R_DrawSequentialPoly()
607 qglMTexCoord2fSGIS (TEXTURE0_SGIS, v[3], v[4]); in R_DrawSequentialPoly()
1718 GL_SelectTexture(TEXTURE0_SGIS); in GL_UploadLightmaps()
Dglquake.h252 #define TEXTURE0_SGIS GL_TEXTURE0 macro
256 #define TEXTURE0_SGIS 0x835E macro
Dgl_draw.cpp2032 static GLenum oldtarget = TEXTURE0_SGIS;
2045 cnttextures[oldtarget-TEXTURE0_SGIS] = currenttexture; in GL_SelectTexture()
2046 currenttexture = cnttextures[target-TEXTURE0_SGIS]; in GL_SelectTexture()