/external/quake/quake/src/QW/client/ |
gl_draw.c | 329 gltexture_t *glt; local 358 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++) 360 if (glt->mipmap) 362 GL_Bind (glt->texnum); 995 gltexture_t *glt; local 997 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++) 999 if (!strcmp (identifier, glt->identifier)) 1392 gltexture_t *glt; local [all...] |
/external/quake/quake/src/WinQuake/ |
gl_draw.cpp | 663 gltexture_t *glt; local 692 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++) 694 if (glt->mipmap) 696 GL_Bind (glt->texnum); 1252 gltexture_t *glt; local 1254 for (i=0, glt=gltextures ; i<numgltextures ; i++, glt++) 1256 if (!strcmp (identifier, glt->identifier)) 1978 gltexture_t *glt; local [all...] |